Updated manifest.json

This commit is contained in:
Erik Römmelt 2019-02-09 19:36:34 +01:00
parent 82e18e0605
commit f809f8ecea

View File

@ -1,15 +1,22 @@
{ {
"short_name": "OMapp", "short_name": "OHM News",
"name": "OMapp", "name": "OHM News",
"icons": [ "icons": [
{ {
"src":"img/th_nbg_ohmicon_amp.png", "src":"img/launcher/launcher_app_icon_192.png",
"sizes": "200x200", "type": "image/png",
"type": "image/png" "sizes": "192x192"
} },
], {
"start_url": "/om/?utm_source=homescreen", "src":"img/launcher/launcher_app_icon_512.png",
"background_color": "#FFF", "type": "image/png",
"theme_color": "#0046a0", "sizes": "512x512"
"display": "standalone" }
],
"start_url": "/om/?utm_source=homescreen",
"background_color": "#FFF",
"display": "standalone",
"orientation": "portrait",
"scope": "/om/",
"theme_color": "#0046a0"
} }