{
  "name": "BuyOrSell24 - Dubai Classifieds",
  "short_name": "BuyOrSell24",
  "id": "/",
  "description": "Dubai's premier marketplace for buying and selling. Find electronics, cars, property, and more in the UAE.",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F8B339",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "shopping",
    "business"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwa-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BuyOrSell24 Dubai Marketplace Desktop"
    },
    {
      "src": "/images/pwa-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BuyOrSell24 Dubai Marketplace Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Post New Listing",
      "short_name": "Post",
      "description": "Create a new listing",
      "url": "/snap-ai/?utm_source=pwa",
      "icons": [
        {
          "src": "/icons/shortcut-post.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "Browse all listings",
      "url": "/marketplace/?utm_source=pwa",
      "icons": [
        {
          "src": "/icons/shortcut-browse.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View your messages",
      "url": "/messages?utm_source=pwa",
      "icons": [
        {
          "src": "/icons/shortcut-messages.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}