{
  "id": "/",
  "name": "HausAdmin - Hausverwaltung",
  "short_name": "HausAdmin",
  "description": "Digitale Hausverwaltung für Vermieter und Mieter",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#1e3a5f",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/accounts/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/accounts/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/accounts/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/accounts/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/accounts/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Aufgaben",
      "url": "/tasks/",
      "icons": [{"src": "/static/accounts/img/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Projekte",
      "url": "/projekte/",
      "icons": [{"src": "/static/accounts/img/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
