summaryrefslogtreecommitdiffstats
path: root/runtime/ui-react/public/manifest.json
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2022-02-07 17:03:19 +0000
committerFrancesco Fiora <francesco.fiora@est.tech>2022-02-11 11:20:06 +0000
commit90c824632523aa5994536185073188da43c3c0f9 (patch)
treee3453fd277232ee4ff1e1ae6e3e4c8511ce1d36a /runtime/ui-react/public/manifest.json
parentc97a6c0428998103906472725d34b9951a0ff559 (diff)
Remove Clamp GUI from Clamp Repo
Remove Clamp GUI code from CLAMP repo, as this is moved to a common policy GUI repo Issue-ID: POLICY-3358 Change-Id: Idcdc60086c448e1de0b00626337b51b599a8d08d Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime/ui-react/public/manifest.json')
-rw-r--r--runtime/ui-react/public/manifest.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/ui-react/public/manifest.json b/runtime/ui-react/public/manifest.json
deleted file mode 100644
index 8210c4ee5..000000000
--- a/runtime/ui-react/public/manifest.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "short_name": "Clamp Designer UI",
- "name": "Clamp Designer UI",
- "icons": [
- {
- "src": "onap.ico",
- "sizes": "64x64 32x32 24x24 16x16",
- "type": "image/x-icon"
- }
- ],
- "start_url": "./index.html",
- "display": "standalone",
- "theme_color": "#000000",
- "background_color": "#ffffff"
-}