{
  "name": "Klokkum",
  "short_name": "Klokkum",
  "description": "Klokkum Tijd Registratie",
  "start_url": "/#/record",
  "display": "standalone",
  "background_color": "#f3f3ff",
  "theme_color": "#212529",
  "id": "/#/record",
  "scope": "/",
  "icons": [
    {
      "src": "images/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/manifest-icon-192.maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icons/manifest-icon-512.maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Registreren",
      "description": "Registreer uren",
      "url": "/#/record",
      "icons": [
        {
          "src": "images/svg/stopwatch-fill.svg",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Rapporteren",
      "description": "Genereer rapporten van gemaakte uren",
      "url": "/#/report",
      "icons": [
        {
          "src": "images/svg/clipboard-data.svg",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}