Skip to content

Commit

Permalink
Fix issues with pwa in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itzCozi committed Feb 29, 2024
1 parent fa88ddf commit dd70627
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"display": "fullscreen",
"background_color": "#fff",
"theme_color": "#000",
"prefer_related_applications": null,
"icons": [
{
"src": "/public/android-chrome-192x192.png",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit dd70627

Please sign in to comment.