{
  "id": "/",
  "name": "VEWA CRM",
  "short_name": "CRM",
  "description": "CRM-System für die professionelle Immobilienverwaltung",
  "start_url": "/cockpit",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "de",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "icons": [
    {
      "src": "/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/app-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cockpit",
      "short_name": "Cockpit",
      "url": "/cockpit",
      "icons": [{ "src": "/icons/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "url": "/tickets",
      "icons": [{ "src": "/icons/app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Begehung",
      "short_name": "Begehung",
      "url": "/begehung",
      "icons": [{ "src": "/icons/app-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
