vuetorrent update

This commit is contained in:
Josh Patra
2024-04-21 16:42:32 -04:00
parent dcac31766f
commit eb3c1de521
106 changed files with 1816 additions and 835 deletions

View File

@@ -1 +1,22 @@
{"name":"VueTorrent","short_name":"VueTorrent","start_url":".","display":"standalone","background_color":"#000","lang":"en","scope":"./","theme_color":"#597566","icons":[{"src":"./icon-192.png","type":"image/png","sizes":"192x192"},{"src":"./icon-512.png","type":"image/png","sizes":"512x512"}]}
{
"name": "VueTorrent",
"short_name": "VueTorrent",
"start_url": ".",
"display": "standalone",
"background_color": "#000",
"lang": "en",
"scope": "./",
"theme_color": "#597566",
"icons": [
{
"src": "./icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}