Fix issues with manifest again lol!!

This commit is contained in:
Cooper Ransom 2024-02-28 19:11:50 -05:00
parent fd420c546c
commit fa88ddf84f
1 changed files with 3 additions and 2 deletions

View File

@ -2,14 +2,15 @@
"name": "sudo-flix",
"short_name": "sudo-flix",
"start_url": "/",
"display": "standalone",
"display": "fullscreen",
"background_color": "#fff",
"theme_color": "#000",
"icons": [
{
"src": "/public/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/public/android-chrome-512x512.png",