{
  "name": "CheckMyDish",
  "short_name": "CheckMyDish",
  "description": "Deel en ontdek heerlijke recepten. Voeg snel recepten toe met AI-hulp.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5A623",
  "theme_color": "#F5A623",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle"],
  "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-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Recept toevoegen",
      "short_name": "Toevoegen",
      "description": "Voeg een nieuw recept toe",
      "url": "/recepten/toevoegen",
      "icons": [{ "src": "/icon-maskable.png", "sizes": "512x512" }]
    },
    {
      "name": "Zoeken",
      "short_name": "Zoeken",
      "url": "/zoeken",
      "icons": [{ "src": "/icon-maskable.png", "sizes": "512x512" }]
    }
  ]
}
