Files
listify/listify-client/public/manifest.webmanifest
Bastian Wagner b5d5378fc9 pwa
2026-06-15 11:05:16 +02:00

19 lines
390 B
JSON

{
"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"
}
]
}