{
  "id": "/",
  "name": "YOLOBID | Bid. Negotiate. Buy.",
  "short_name": "YOLOBID",
  "description": "Your premier marketplace for smart bidding and negotiations. Connect with buyers and sellers, negotiate better deals, and win big.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#ff3131",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icons/icon-72.png", "type": "image/png", "sizes": "72x72", "purpose": "any" },
    { "src": "/icons/icon-96.png", "type": "image/png", "sizes": "96x96", "purpose": "any" },
    { "src": "/icons/icon-128.png", "type": "image/png", "sizes": "128x128", "purpose": "any" },
    { "src": "/icons/icon-144.png", "type": "image/png", "sizes": "144x144", "purpose": "any" },
    { "src": "/icons/icon-152.png", "type": "image/png", "sizes": "152x152", "purpose": "any" },
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icons/icon-384.png", "type": "image/png", "sizes": "384x384", "purpose": "any" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Create Listing",
      "short_name": "Sell",
      "description": "List items for bidding",
      "url": "/create-listing?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Browse Listings",
      "short_name": "Buy",
      "description": "Browse available listings",
      "url": "/bid-listings?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "View your orders",
      "url": "/orders?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
