sudo-archive/manifest.json

38 lines
854 B
JSON

{
"name": "sudo-flix",
"short_name": "sudo-flix",
"start_url": "/",
"display": "standalone",
"background_color": "#120f1d",
"lang": "en",
"scope": "/",
"description": "A mirror of the place for your favourite movies & shows",
"theme_color": "#120f1d",
"icons": [
{
"src": "public/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": "public/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "public/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}