sudo-archive/manifest.json

38 lines
862 B
JSON
Raw Permalink Normal View History

2024-02-28 22:56:28 +00:00
{
"name": "sudo-flix",
"short_name": "sudo-flix",
"start_url": "/",
2024-02-29 20:40:17 +00: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 20:40:17 +00:00
"theme_color": "#120f1d",
2024-02-28 22:56:28 +00:00
"icons": [
{
"src": "/android-chrome-192x192.png",
2024-02-28 22:56:28 +00:00
"sizes": "192x192",
2024-02-29 00:11:50 +00:00
"type": "image/png",
2024-02-29 20:40:17 +00:00
"purpose": "any"
2024-02-28 22:56:28 +00:00
},
{
"src": "public/android-chrome-512x512.png",
2024-02-28 22:56:28 +00:00
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
2024-02-28 22:56:28 +00:00
},
{
"src": "/android-chrome-192x192.png",
2024-02-29 20:40:17 +00:00
"sizes": "192x192",
"type": "image/png",
2024-02-29 20:40:17 +00:00
"purpose": "maskable"
2024-02-28 23:54:01 +00:00
},
{
2024-02-29 20:40:17 +00:00
"src": "public/android-chrome-512x512.png",
2024-02-28 23:54:01 +00:00
"sizes": "512x512",
2024-02-28 23:57:57 +00:00
"type": "image/png",
2024-02-29 20:40:17 +00:00
"purpose": "maskable"
2024-02-28 22:56:28 +00:00
}
]
2024-02-28 23:54:01 +00:00
}