{
  "name": "Saadhya Communities - Organic Farm Products",
  "short_name": "Saadhya",
  "description": "Premium organic products delivered fresh from local farmers. Shop chemical-free vegetables, fruits, and natural groceries for healthy living.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ec6d3a",
  "categories": ["food", "shopping", "lifestyle", "health"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-home.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Saadhya Communities Home"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Products",
      "short_name": "Shop",
      "description": "Browse organic products",
      "url": "/shop",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View shopping cart",
      "url": "/cart",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Connect with farmers",
      "url": "/community",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}

