{
  "name": "ShopList · UK Weekly Shop",
  "short_name": "ShopList",
  "description": "Plan, track and share your UK grocery list. Save time and money every week.",
  "start_url": "/app.php",
  "display": "standalone",
  "background_color": "#f5f0e8",
  "theme_color": "#1a3a2a",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "utilities"],
  "lang": "en-GB",
  "permissions": ["camera"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My List",
      "short_name": "List",
      "description": "Open your shopping list",
      "url": "/app.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
