{
  "name": "247bazaar - Discover Markets Around the World",
  "short_name": "247bazaar",
  "description": "Your comprehensive guide to street markets, flea markets, antique fairs, and local bazaars worldwide. Find markets by city, country, or type.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/media/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Markets",
      "short_name": "Markets",
      "description": "Browse all markets",
      "url": "/markets",
      "icons": [
        {
          "src": "/media/favicon.ico",
          "sizes": "32x32",
          "type": "image/x-icon"
        }
      ]
    },
    {
      "name": "Browse Cities",
      "short_name": "Cities",
      "description": "Browse markets by city",
      "url": "/cities",
      "icons": [
        {
          "src": "/media/favicon.ico",
          "sizes": "32x32",
          "type": "image/x-icon"
        }
      ]
    }
  ]
}

