diff options
author | vikaskumar <vkumar@aarnanetworks.com> | 2020-09-24 13:07:57 +0530 |
---|---|---|
committer | vikaskumar <vkumar@aarnanetworks.com> | 2020-09-24 13:44:30 +0530 |
commit | 2b971d6e7f234a5ff192c2a0415e4fde6f32f849 (patch) | |
tree | 8692f941710d393cae7e76ad53728f6b79cb031a /src/tools/emcoui/public/manifest.json | |
parent | 425795c7d4e6ce81932918aca2a1462384d4507f (diff) |
initial commit of emcoui web app
Signed-off-by: vikaskumar <vkumar@aarnanetworks.com>
Change-Id: I78b2f9f4ec3aa0b7a660a21e2ee2d61a3cddadc6
Issue-ID: MULTICLOUD-1225
Diffstat (limited to 'src/tools/emcoui/public/manifest.json')
-rw-r--r-- | src/tools/emcoui/public/manifest.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/tools/emcoui/public/manifest.json b/src/tools/emcoui/public/manifest.json new file mode 100644 index 00000000..080d6c77 --- /dev/null +++ b/src/tools/emcoui/public/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "logo192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "logo512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} |