{
  "name": "EatBuzz — Healthy School Tiffin",
  "short_name": "EatBuzz",
  "description": "Order fresh, healthy school tiffin snacks for your child. Pre-paid, FSSAI certified, delivered to class.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Place an order",
      "short_name": "Order",
      "description": "Order tomorrow's tiffin",
      "url": "/dashboard/order",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My orders",
      "short_name": "Orders",
      "description": "View past and upcoming orders",
      "url": "/dashboard/orders",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
