{
  "id": "/",
  "name": "ScrapTrade | #1 Scrap Metal Marketplace",
  "short_name": "ScrapTrade",
  "description": "Buy and sell scrap metal across the globe - fast, transparent, and secure. Verified buyers and sellers, reverse bidding.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#FCD34D",
  "theme_color": "#09710D",
  "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": "Sell Scrap",
      "short_name": "Sell",
      "description": "List scrap metal for sale",
      "url": "/sell?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Buy Scrap",
      "short_name": "Buy",
      "description": "Browse scrap metal listings",
      "url": "/buy?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" }]
    }
  ]
}
