{
  "name": "Holta",
  "short_name": "Holta",
  "description": "Eén run van negentig dagen. De app rekent en stelt voor, jij beslist.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0806",
  "theme_color": "#0A0806",
  "orientation": "portrait",
  "categories": [
    "health",
    "lifestyle",
    "productivity"
  ],
  "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.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Vandaag",
      "short_name": "Vandaag",
      "description": "Je verplichtingen van vandaag",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dagboek",
      "short_name": "Dagboek",
      "description": "Schrijf je dag en sluit hem af",
      "url": "/dagboek",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "De run",
      "short_name": "De run",
      "description": "Je boog van negentig dagen",
      "url": "/run",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
