mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
37 lines
862 B
JSON
37 lines
862 B
JSON
{
|
|
"name": "sudo-flix",
|
|
"short_name": "sudo-flix",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#120f1d",
|
|
"lang": "en",
|
|
"scope": "/",
|
|
"description": "Watch your favorite shows and movies for free with no ads ever! (っ'ヮ'c)",
|
|
"theme_color": "#120f1d",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "public/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "public/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|