mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-06-01 18:05:32 +00:00
Add pwa support
This commit is contained in:
73
Tesses.YouTubeDownloader.Server/res/site.webmanifest
Normal file
73
Tesses.YouTubeDownloader.Server/res/site.webmanifest
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"short_name": "TYTD2025",
|
||||
"name": "Tesses YouTubeDownloader 2025",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#ffb2be",
|
||||
"background_color": "#241e1f",
|
||||
"description": "A web based YouTube archiver to preserve videos that might be removed",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/tytd.svg",
|
||||
"sizes": "192x192 256x256 384x384 512x512",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/tytd-128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/tytd-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/tytd-256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/tytd-384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/tytd-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/tytd-1024.png",
|
||||
"sizes": "1024x1024",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "Open Downloads",
|
||||
"short_name": "Downloads",
|
||||
"description": "Open Downloads page",
|
||||
"url": "/downloads"
|
||||
},
|
||||
{
|
||||
"name": "Open Installed Plugins",
|
||||
"short_name": "Installed plugins",
|
||||
"description": "Open the installed plugins page",
|
||||
"url": "/plugins"
|
||||
},
|
||||
{
|
||||
"name": "Open Download Plugins",
|
||||
"short_name": "Download plugins",
|
||||
"description": "Open the download plugins page",
|
||||
"url": "/plugins-download"
|
||||
},
|
||||
{
|
||||
"name": "Open Settings",
|
||||
"short_name": "Settings",
|
||||
"description": "Open settings page",
|
||||
"url": "/settings"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user