{
  "name": "LibreView",
  "short_name": "LibreView",
  "description": "Glucose monitoring and food diary application",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/apple-touch-icon.png?v=20260918",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Nieuwe registratie",
      "short_name": "Nieuw",
      "description": "Maak een nieuwe logboek registratie",
      "url": "/diary/create",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "lang": "nl-NL",
  "dir": "ltr"
}
