1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 10:41:36 +00:00

Add favicon and PWA manifest

This commit is contained in:
jo! 2022-12-15 20:07:02 +00:00 committed by Cadence Ember
parent 61c8e205d8
commit 17185c6b5e
11 changed files with 74 additions and 0 deletions

20
html/site.webmanifest Normal file
View file

@ -0,0 +1,20 @@
{
"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"
}