This commit is contained in:
Marek Krug 2025-02-27 23:27:39 +01:00
parent ba414b0015
commit 1cd3099e37
9 changed files with 30 additions and 0 deletions

21
static/site.webmanifest Normal file
View file

@ -0,0 +1,21 @@
{
"name": "CCCB",
"short_name": "CCCB",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}