{
  "name": "TAG-IT – Fresh Farm Products",
  "short_name": "TAG-IT",
  "description": "Farm-to-Consumer quick-commerce marketplace. Fresh produce, delivered fast.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFBEB",
  "theme_color": "#10b981",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    }
  ],
  "categories": ["shopping", "food", "lifestyle"],
  "shortcuts": [
    {
      "name": "Browse Products",
      "short_name": "Products",
      "url": "/products",
      "description": "Browse fresh products"
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "url": "/orders",
      "description": "Track your orders"
    },
    {
      "name": "Deals",
      "short_name": "Deals",
      "url": "/deals",
      "description": "Today's best deals"
    }
  ],
  "permissions": ["geolocation", "notifications"]
}
