{
  "name": "Geraads IT Administratie",
  "short_name": "Geraads IT",
  "description": "Facturatie, offertes, tickets en kassa van Geraads IT",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "lang": "nl",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Op locatie",
      "short_name": "Op locatie",
      "description": "Klant opzoeken bij bezoek op locatie",
      "url": "./#/onsite",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Kassa",
      "short_name": "Kassa",
      "description": "Direct naar de kassamodus",
      "url": "./#/kassa",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Nieuwe factuur",
      "url": "./#/documents/new?type=invoice",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tickets",
      "url": "./#/tickets",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
