{
  "short_name": "DPO",
  "name": "DPO",
  "description": "DPO, online store management.",
  "icons": [
    {
      "src": "/manifest/icons-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/manifest/icons-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "background_color": "#003b60",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#003b60",
  "serviceworker": {
    "src": "/serviceworker.js",
    "scope": "/",
    "type": "",
    "update_via_cache": "none"
  },
  "shortcuts": [
    {
      "name": "Vital Signs",
      "short_name": "Vital Signs",
      "description": "Vital Signs weergeven",
      "url": "/vitalsigns",
      "icons": [{ "src": "/manifest/vitalsigns.png", "sizes": "192x192" }]
    },
    {
      "name": "Bestellen",
      "short_name": "Bestellen",
      "description": "Spullen bestellen",
      "url": "/order",
      "icons": [{ "src": "/manifest/order.png", "sizes": "192x192" }]
    }
  ]
}