mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
22 lines
404 B
JSON
22 lines
404 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|