{
  "name": "B03M",
  "short_name": "B03M",
  "description": "Family hub voor Team Poepsok",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#FFB627",
  "background_color": "#FFF8E7",
  "scope": "/",
  "lang": "nl-NL",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Wat eten we?",
      "short_name": "Eten",
      "url": "/meal-planner?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-meal.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Boodschappenlijst",
      "short_name": "Lijst",
      "url": "/boodschappen?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-list.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Kalender",
      "short_name": "Agenda",
      "url": "/kalender?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-cal.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
