diff -r 28971cf04a91 -r 37ecf0b9c174 clientjs/packages/annotation-dashboard-nextleap/public/manifest.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clientjs/packages/annotation-dashboard-nextleap/public/manifest.json Thu Sep 20 17:51:15 2018 +0200 @@ -0,0 +1,15 @@ +{ + "short_name": "Dashboard Nextleap", + "name": "Net Rights | NEXTLEAP", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}