Update web app manifest; fix type errors
All checks were successful
Deploy to Server / deploy (push) Successful in 18s
|
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
static/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
1
static/favicon.svg
Normal file
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -1,19 +1,28 @@
|
|||
{
|
||||
"name": "ttvdrops",
|
||||
"short_name": "ttvdrops",
|
||||
"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": "/android-chrome-192x192.png",
|
||||
"src": "web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"src": "web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
BIN
static/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
static/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 16 KiB |