{
  "name": "DidIt - Task Manager",
  "short_name": "DidIt",
  "description": "Deine Tätigkeiten im Blick - Task Manager für den Alltag",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#9333ea",
  "theme_color": "#9333ea",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de-AT",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "health"],
  "screenshots": [],
  "icons": [
    {
      "src": "/static/icons/icon-72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Heute's Tätigkeiten",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/static/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Schnell erfassen",
      "short_name": "Erfassen",
      "description": "Neue Tätigkeit erfassen",
      "url": "/dashboard?quick=true",
      "icons": [
        {
          "src": "/static/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
