{
  "name": "Leidingwerk - Installatiesoftware",
  "short_name": "Leidingwerk",
  "description": "Complete installatiesoftware voor calculaties, offertes, werken en facturatie",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "finance"],
  "shortcuts": [
    {
      "name": "Nieuwe Calculatie",
      "short_name": "Calculatie",
      "description": "Maak een nieuwe calculatie aan",
      "url": "/calculaties/nieuw",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nieuwe Offerte",
      "short_name": "Offerte",
      "description": "Maak een nieuwe offerte aan",
      "url": "/offertes/nieuw",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nieuwe Factuur",
      "short_name": "Factuur",
      "description": "Maak een nieuwe factuur aan",
      "url": "/facturen/nieuw",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
