Files
Jellystat/public/manifest.json
Thegan Govender 3e0bc347ae added button to upload backups to jellystat + icons
added button to upload backups to jellystat
Added Jellystat Logo to favicon + navbar

Removed unused imports and functions in the project
Removed unnecessary console.log files
2023-05-01 12:59:29 +02:00

26 lines
498 B
JSON

{
"short_name": "JellyStat",
"name": "Statistics for Jellyfin",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "icon-b-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "icon-b-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}