{
  "name": "Marleen Kookt",
  "short_name": "MK",
  "description": "Je persoonlijke maaltijdbox van Marleen Kookt",
  "start_url": "/nl/?source=pwa",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFDF5",
  "theme_color": "#571e1f",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mijn maaltijden",
      "short_name": "Maaltijden",
      "url": "/nl/?source=pwa-shortcut-meals",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profiel",
      "short_name": "Profiel",
      "url": "/nl/profiel?source=pwa-shortcut-profile",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
