Initial commit

This commit is contained in:
2020-09-18 22:11:30 +03:00
commit aaade027b6
17 changed files with 3445 additions and 0 deletions

20
static/manifest.json Normal file
View File

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