{
  "name": "REGOLIO",
  "short_name": "REGOLIO",
  "description": "Automatisierte Projektabwicklung nach IPMA-Standard",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#06070c",
  "theme_color": "#4f46e5",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Kunden",
      "short_name": "Kunden",
      "description": "Kundenakten oeffnen",
      "url": "/customers",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Berichte",
      "short_name": "Berichte",
      "description": "Berichtsuebersicht oeffnen",
      "url": "/reports",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Meilensteine",
      "short_name": "Meilensteine",
      "description": "Meilensteinuebersicht oeffnen",
      "url": "/milestones",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
