{
  "name": "Handwerker Agent",
  "short_name": "HW Agent",
  "description": "KI-Assistent für Schweizer Handwerker – Offerten, Rechnungen und Kundenverwaltung mit Bexio",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a1a2e",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Neue Offerte",
      "short_name": "Offerte",
      "description": "Schnell eine neue Offerte erstellen",
      "url": "/?action=quote",
      "icons": [
        {
          "src": "/icon-shortcut-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Neue Rechnung",
      "short_name": "Rechnung",
      "description": "Schnell eine neue Rechnung erstellen",
      "url": "/?action=invoice",
      "icons": [
        {
          "src": "/icon-shortcut-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Überblick",
      "description": "Übersicht aller Offerten und Rechnungen",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon-shortcut-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
