Private
Public Access
1
0

feat: pwa functionality

This commit is contained in:
2025-12-30 21:14:27 +01:00
parent 5764905c6c
commit 1a485266ba
7 changed files with 147 additions and 54 deletions

20
static/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Madplaner AI",
"short_name": "Madplaner",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2c3e50",
"icons": [
{
"src": "/static/icons/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}