ttvdrops/static/site.webmanifest
Joakim Helleśen 79fb9b09c1
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
Update web app manifest; fix type errors
2026-03-19 19:39:27 +01:00

28 lines
685 B
JSON

{
"name": "ttvdrops.lovinator.space",
"short_name": "TTVDrops",
"description": "Track Twitch and Kick drops.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"categories": [
"games",
"utilities"
],
"theme_color": "#0c227f",
"background_color": "#000000",
"icons": [
{
"src": "web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}