{
  "name": "SweetBake Express",
  "short_name": "SweetBake",
  "description": "Bakery and sweet shop with slot-based delivery, installable PWA support, and quick reordering.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff8f1",
  "theme_color": "#7c3a1d",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}
