{
  "name": "VedaMeal - Premium Fresh Tiffin",
  "short_name": "VedaMeal",
  "description": "Premium healthy tiffin meals delivered fresh to your doorstep. Authentic taste, modern convenience.",
  "start_url": "/pwa/home",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#E8622A",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["food", "lifestyle", "shopping"],
  "shortcuts": [
    {
      "name": "View Menu",
      "url": "/pwa/catalog",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "url": "/pwa/orders",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1585937421612-70a008356fbe?w=800",
      "sizes": "800x1200",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Daily Special Thalis"
    }
  ]
}