1.1.4
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
@@ -120,7 +120,7 @@ def page_login() -> None:
|
|||||||
@ui.page('/manifest.json')
|
@ui.page('/manifest.json')
|
||||||
def manifest_json() -> None:
|
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
|
# Run main loop
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user