{
  "name": "Bakkie",
  "short_name": "Bakkie",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F8F7F4",
  "theme_color": "#FF5A1F",
  "dir": "auto",
  "lang": "nl",
  "description": "Bestel huisgemaakte maaltijden bij jou in de buurt.",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "food",
    "social",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "Mijn Menu",
      "short_name": "Menu",
      "description": "Bekijk je geplande maaltijden",
      "url": "/calendar",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Live Keukens",
      "short_name": "Keukens",
      "description": "Ontdek gerechten in de buurt",
      "url": "/",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1556910103-1c02745aae4d?w=1280&h=720&fit=crop",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ]
}