mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Fix issues with manifest again lol!!
This commit is contained in:
parent
fd420c546c
commit
fa88ddf84f
1 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue