This commit is contained in:
2023-12-25 02:09:05 +01:00
parent 512e04a3da
commit a12d9dd780
26 changed files with 17358 additions and 22 deletions

View File

@ -0,0 +1,21 @@
{
"name": "Twitch drops",
"short_name": "Twitch drops",
"description": "Twitch drops notifier, API and more",
"start_url": "/",
"display": "standalone",
"background_color": "#f69435",
"theme_color": "#f69435",
"icons": [
{
"src": "/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}