{
  "name": "ForgePeak — Daily Car Auction",
  "short_name": "ForgePeak",
  "description": "The daily blind-bid car auction for verified dealers. Sellers list, dealers win, ForgePeak handles the rest.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#5b21b6",
  "background_color": "#ffffff",
  "categories": ["business", "shopping", "productivity"],
  "lang": "en-GB",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Auction",
      "short_name": "Auction",
      "description": "Open today's auction lot list",
      "url": "/auctions/today",
      "icons": [
        { "src": "/shortcut-auction.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Sell My Car",
      "short_name": "Sell",
      "description": "Start a new listing",
      "url": "/sell-car/start",
      "icons": [
        { "src": "/shortcut-sell.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ],
  "edge_side_panel": { "preferred_width": 480 },
  "launch_handler": { "client_mode": "auto" },
  "screenshots": []
}