Fix issues with pwa in manifest.json

This commit is contained in:
Cooper Ransom 2024-02-28 19:40:13 -05:00
parent fa88ddf84f
commit dd7062791d
1 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,7 @@
"display": "fullscreen",
"background_color": "#fff",
"theme_color": "#000",
"prefer_related_applications": null,
"icons": [
{
"src": "/public/android-chrome-192x192.png",
@ -46,12 +47,13 @@
"src": "/public/splash_screens/icon.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
"purpose": "any"
},
{
"src": "/public/splash_screens/icon144x144.png",
"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",