{
  "name": "Kozijnmeter",
  "short_name": "Kozijnmeter",
  "description": "Kozijnen opmeten, tekenen en als kozijnenstaat verzenden. Werkt ook zonder internet.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f5f7",
  "theme_color": "#f4f5f7",
  "lang": "nl",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Nieuw kozijn",
      "short_name": "Nieuw",
      "url": "/index.html"
    }
  ]
}