This commit is contained in:
Bastian Wagner
2026-06-15 11:05:16 +02:00
parent fd7245f1fb
commit b5d5378fc9
15 changed files with 547 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "Listify",
"short_name": "Listify",
"description": "Listen, Templates und Aufgaben organisieren.",
"start_url": "/lists",
"scope": "/",
"display": "standalone",
"background_color": "#fffbfe",
"theme_color": "#6750a4",
"icons": [
{
"src": "/pwa-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}