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": "/",
|
2024-03-05 20:10:22 +01:00
|
|
|
"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": [
|
|
|
|
{
|
2024-03-01 22:38:44 +01:00
|
|
|
"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
|
|
|
},
|
|
|
|
{
|
2024-02-29 02:45:45 +01:00
|
|
|
"src": "public/android-chrome-512x512.png",
|
2024-02-28 23:56:28 +01:00
|
|
|
"sizes": "512x512",
|
2024-02-29 14:24:53 +01:00
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
2024-02-28 23:56:28 +01:00
|
|
|
},
|
|
|
|
{
|
2024-03-01 22:38:44 +01:00
|
|
|
"src": "/android-chrome-192x192.png",
|
2024-02-29 21:40:17 +01:00
|
|
|
"sizes": "192x192",
|
2024-02-29 14:24:53 +01:00
|
|
|
"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
|
|
|
}
|