1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
smov/manifest.json

38 lines
862 B
JSON
Raw Normal View History

2024-02-28 23:56:28 +01:00
{
"name": "sudo-flix",
"short_name": "sudo-flix",
"start_url": "/",
2024-02-29 21:40:17 +01:00
"display": "standalone",
"background_color": "#120f1d",
"lang": "en",
"scope": "/",
"description": "Watch your favorite shows and movies for free with no ads ever! (っ'ヮ'c)",
2024-02-29 21:40:17 +01:00
"theme_color": "#120f1d",
2024-02-28 23:56:28 +01:00
"icons": [
{
"src": "/android-chrome-192x192.png",
2024-02-28 23:56:28 +01:00
"sizes": "192x192",
2024-02-29 01:11:50 +01:00
"type": "image/png",
2024-02-29 21:40:17 +01:00
"purpose": "any"
2024-02-28 23:56:28 +01:00
},
{
"src": "public/android-chrome-512x512.png",
2024-02-28 23:56:28 +01:00
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2024-02-28 23:56:28 +01:00
},
{
"src": "/android-chrome-192x192.png",
2024-02-29 21:40:17 +01:00
"sizes": "192x192",
"type": "image/png",
2024-02-29 21:40:17 +01:00
"purpose": "maskable"
2024-02-29 00:54:01 +01:00
},
{
2024-02-29 21:40:17 +01:00
"src": "public/android-chrome-512x512.png",
2024-02-29 00:54:01 +01:00
"sizes": "512x512",
2024-02-29 00:57:57 +01:00
"type": "image/png",
2024-02-29 21:40:17 +01:00
"purpose": "maskable"
2024-02-28 23:56:28 +01:00
}
]
2024-02-29 00:54:01 +01:00
}