{
  "short_name": "RootsOfAraku",
  "name": "Roots of Araku — Premium Valley Coffee",
  "description": "Authentic, freshly roasted Araku Valley specialty coffee and organic produce direct from tribal farmers.",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/pwa-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "background_color": "#1A110B",
  "theme_color": "#1A110B",
  "display": "standalone",
  "orientation": "portrait-primary",
  "categories": ["shopping", "food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Shop Coffee",
      "short_name": "Shop",
      "url": "/shop",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Track Orders",
      "short_name": "Track",
      "url": "/track-order",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}
