{
  "name": "UDeal — Buy, Sell & Bid",
  "short_name": "UDeal",
  "description": "Pakistan's growing marketplace. Buy, sell and bid on anything.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#002f34",
  "theme_color": "#002f34",
  "lang": "en",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Post an Ad",
      "url": "/post-ad",
      "description": "Post a new ad"
    },
    {
      "name": "Browse Ads",
      "url": "/ads",
      "description": "Browse all listings"
    }
  ]
}