{
  "name": "BakeryPro AI",
  "short_name": "BakeryPro",
  "description": "AI-powered bakery operating system for Haitian bakeries",
  "start_url": "/start",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f97316",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["business", "food"],
  "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"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Sale",
      "short_name": "Sale",
      "description": "Log a new sale quickly",
      "url": "/worker/sales",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vendor Payment",
      "short_name": "Payment",
      "description": "Log a vendor payment",
      "url": "/worker/vendor-payment",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
