Add Events and Favicons

This commit is contained in:
2023-11-06 10:24:36 +00:00
parent c768ec65d2
commit 66e3f10e6d
23 changed files with 209 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "Leig Hackspace",
"short_name": "Leig Hackspace",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}