1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-11-14 20:27:29 +00:00
cloudtube/html/site.webmanifest
2022-12-20 22:48:08 +13:00

21 lines
494 B
JSON

{
"name": "CloudTube",
"short_name": "CloudTube",
"icons": [
{
"src": "/static/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#36393f",
"background_color": "#36393f",
"start_url": "/",
"display": "standalone"
}