This commit is contained in:
enne2
2023-09-20 23:09:21 +02:00
parent aaf69fe77d
commit 8eae43965a
4 changed files with 20 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name":"Let's Swing Admin",
"short_name":"LS Admin",
"icons":[
{
"src":"/static/android-chrome-192x192.png",
"sizes":"192x192",
"type":"image/png"
},
{
"src":"/static/android-chrome-512x512.png",
"sizes":"512x512",
"type":"image/png"
}
],
"theme_color":"#ffffff",
"background_color":"#ffffff",
"display":"standalone"
}
+1 -1
View File
@@ -120,7 +120,7 @@ def page_login() -> None:
@ui.page('/manifest.json')
def manifest_json() -> None:
return FileResponse(path='assets/manifest.json', media_type='application/json', filename="manifest.json")
return FileResponse(path='assets/site.webmanifest', filename="site.webmanifest")
# Run main loop
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB