{
  "name": "Aucticer — Online Auctions",
  "short_name": "Aucticer",
  "description": "Bid on electronics, vehicles, art and collectibles.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My bids", "url": "/dashboard?tab=bids&source=pwa" },
    { "name": "Watchlist", "url": "/watchlist?source=pwa" }
  ]
}
