{
  "name": "HealthyShopping — Meal Planning",
  "short_name": "HealthyShopping",
  "description": "Gluten free meal planner and Woolworths/Coles shopping list with fridge scan",
  "start_url": "/app.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafaf7",
  "theme_color": "#1a6b3c",
  "categories": [
    "food",
    "health",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}