{
  "name": "infra-app",
  "short_name": "infra-app",
  "description": "infra-app to admin the process",
  "icons": [
    {
      "src": "./img/icons/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./img/icons/apple-icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "planner werklijst",
      "url": "/#/planner/worklist",
      "icons": [{ "src": "/img/icons/android-icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "monteur werklijst",
      "url": "/#/mechanic/worklist",
      "icons": [{ "src": "/img/icons/android-icon-96x96.png", "sizes": "96x96" }]
    }
  ],
  "start_url": "./index.html",
  "display": "fullscreen",
  "background_color": "#3f51b5",
  "theme_color": "#3f51b5"
}