{
  "name": "BigLocal - India's Local App",
  "short_name": "BigLocal",
  "description": "Connect with trusted local vendors for fresh produce and products in your neighborhood. Support local businesses, enjoy quick delivery, and get the best prices.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait",
  "id": "biglocal",
  "categories": ["shopping", "food", "lifestyle", "business"],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=in.biglocal.twa",
      "id": "in.biglocal.twa"
    }
  ],
  "icons": [
    {
      "src": "/images/pwaicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwaicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/biglocal_home.webp",
      "sizes": "1170x2532",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "BigLocal - Browse Local Stores"
    },
    {
      "src": "/screenshots/biglocal_store.webp",
      "sizes": "1170x2532",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Store - Browse Products"
    },
    {
      "src": "/screenshots/biglocal_store_dashboard.webp",
      "sizes": "1919x864",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "Store Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile",
      "description": "View your profile and settings",
      "icons": [
        {
          "src": "/images/pwaicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "url": "/profile/contact",
      "description": "Get in touch with us",
      "icons": [
        {
          "src": "/images/pwaicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "url": "/orders",
      "description": "View your order history",
      "icons": [
        {
          "src": "/images/pwaicon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
