Add PWA and mobile creation flow

This commit is contained in:
rucki
2026-08-22 17:09:54 +02:00
parent 40648d10a1
commit 2b6056ae85
11 changed files with 109 additions and 19 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "my2dos",
"short_name": "my2dos",
"description": "Notizen, Aufgaben, Links und Journal",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f7f7f4",
"theme_color": "#212529",
"icons": [
{
"src": "/static/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}