{
  "name": "PRISM – Persönliche Produktivität",
  "short_name": "PRISM",
  "description": "Eisenhower-Matrix, To-Dos, Kalender und Habits in einer App.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f0f14",
  "theme_color": "#0f0f14",
  "orientation": "portrait",
  "lang": "de",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/prism-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Aufgabe +",
      "short_name": "Aufgabe +",
      "description": "Neue Aufgabe schnell erfassen",
      "url": "/quick-add",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Notiz +",
      "short_name": "Notiz +",
      "description": "Neue Notiz anlegen",
      "url": "/notizen?new=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
