Add PWA support (I think)

This commit is contained in:
2026-04-16 23:57:42 +02:00
parent a7541b322b
commit ca25cdd924
3 changed files with 31 additions and 0 deletions

12
static/manifest.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ReSendit",
"short_name": "ReSendit",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{ "src": "/logo.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/logo.png", "sizes": "512x512", "type": "image/png" }
]
}