[code] made changes to manifest.json, updated a few parameters for URL and start states, alongside orientation property.
This commit is contained in:
@@ -8,10 +8,11 @@
|
|||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"id": "/?source=pwa",
|
"id": "/",
|
||||||
"start_url": "/?source=pwa",
|
"start_url": "/",
|
||||||
"background_color": "#000000",
|
"background_color": "#000000",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
"orientation": "natural",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"theme_color": "#000000"
|
"theme_color": "#000000"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user