Add backend

This commit is contained in:
2023-09-23 18:23:46 +02:00
parent a894717e52
commit 95dbb74b47
45 changed files with 6831 additions and 28 deletions

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"
}
]
}