sudo-archive/manifest.json

38 lines
854 B
JSON
Raw 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": "A mirror of the place for your favourite movies & shows",
"theme_color": "#120f1d",
2024-02-28 22:56:28 +00:00
"icons": [
{
"src": "public/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
},
{
2024-02-29 20:40:17 +00:00
"src": "public/android-chrome-192x192.png",
"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
}