{
  "name": "Servicemanagement",
  "short_name": "Servicemanagement",
  "description": "Servicemanagement PWA with resilient offline capabilities",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0070f3",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icons/16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "/icons/32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/icons/180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Open the reports overview",
      "url": "/reports",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Jump to the orders board",
      "url": "/orders",
      "icons": [{ "src": "/icons/192.png", "sizes": "192x192" }]
    }
  ]
}
