{
  "name": "Baby Meal Bot Cookbook",
  "short_name": "Cookbook",
  "description": "Your baby's personal recipe cookbook from BabyMealBot.",
  "start_url": "/cookbook?source=pwa",
  "scope": "/cookbook",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E326A",
  "theme_color": "#0E326A",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
