Init commit

This commit is contained in:
Jeddunk 2021-01-06 16:27:43 +01:00
commit ff28359801
23 changed files with 3009 additions and 0 deletions

20
static/manifest.json Normal file
View file

@ -0,0 +1,20 @@
{
"background_color": "#ffffff",
"theme_color": "#333333",
"name": "jeddunk.xyz",
"short_name": "jeddunk.xyz",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}