mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Fix issues with pwa in manifest.json
This commit is contained in:
parent
fa88ddf84f
commit
dd7062791d
1 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
"display": "fullscreen",
|
"display": "fullscreen",
|
||||||
"background_color": "#fff",
|
"background_color": "#fff",
|
||||||
"theme_color": "#000",
|
"theme_color": "#000",
|
||||||
|
"prefer_related_applications": null,
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/public/android-chrome-192x192.png",
|
"src": "/public/android-chrome-192x192.png",
|
||||||
|
@ -46,12 +47,13 @@
|
||||||
"src": "/public/splash_screens/icon.png",
|
"src": "/public/splash_screens/icon.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/public/splash_screens/icon144x144.png",
|
"src": "/public/splash_screens/icon144x144.png",
|
||||||
"sizes": "144x144",
|
"sizes": "144x144",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png",
|
"src": "/public/splash_screens/4__iPhone_SE__iPod_touch_5th_generation_and_later_landscape.png",
|
||||||
|
|
Loading…
Reference in a new issue