{
  "id": "/index.php",
  "name": "RainShift CRM",
  "short_name": "RainShift CRM",
  "description": "RainShift CRM Dashboard mit Tickets, Aufträgen und Benachrichtigungen.",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/index.php?page=dashboard"
    },
    {
      "name": "Tickets",
      "url": "/index.php?page=dashboard_tickets"
    },
    {
      "name": "Aufträge",
      "url": "/index.php?page=orders"
    }
  ]
}
