{
  "name": "Lokly \u2014 Discover Local Businesses",
  "short_name": "Lokly",
  "description": "Discover restaurants, shops, salons, and local businesses in Vasai-Virar.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0C7C6E",
  "theme_color": "#0C7C6E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "food",
    "lifestyle",
    "shopping"
  ],
  "lang": "en-IN",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Find Restaurants",
      "url": "/businesses?category=food_dining",
      "description": "Browse food and dining"
    },
    {
      "name": "Explore Map",
      "url": "/explore",
      "description": "Find businesses near you"
    },
    {
      "name": "List My Business",
      "url": "/for-business",
      "description": "Add your business to Lokly"
    }
  ]
}