{
  "name": "Beauty & Greens",
  "short_name": "B&G Store",
  "description": "Seeds & gardening products — shop, manage orders, track everything.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0e8",
  "theme_color": "#2d4a2d",
  "icons": [
    {
      "src": "/static/images/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "url": "/shop/",
      "icons": [{ "src": "/static/images/favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/my-orders/",
      "icons": [{ "src": "/static/images/favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
