Updated manifest.json
This commit is contained in:
parent
82e18e0605
commit
f809f8ecea
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user