This commit is contained in:
enne2
2023-09-20 22:56:54 +02:00
parent da005c2898
commit aaf69fe77d
6 changed files with 152 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"short_name": "LS Admin",
"name": "Let's Swing Admin",
"icons": [
{
"src": "/static/192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/static/512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6"
}