Initial Commit

This commit is contained in:
2021-12-29 18:11:50 +01:00
commit 7298e8de73
17 changed files with 1707 additions and 0 deletions

15
static/manifest.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "SingIT",
"short_name": "SingIT",
"start_url": "/",
"display": "standalone",
"background_color": "#09babe",
"description": "Karaokelåtar på IT",
"icons": [
{
"src": "/static/icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}