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:
parent
61c8e205d8
commit
17185c6b5e
11 changed files with 74 additions and 0 deletions
20
html/site.webmanifest
Normal file
20
html/site.webmanifest
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue