{
  "name": "Collector Station",
  "short_name": "Collector",
  "description": "Trading card shop OS — scan, price, sell.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "shortcuts": [
    {
      "name": "Comp Now",
      "short_name": "Comp",
      "description": "Open Chase IQ voice comp instantly",
      "url": "/chaseiq?voice=1",
      "icons": [{ "src": "/logo-horizontal.png", "sizes": "1536x1024" }]
    },
    {
      "name": "Scan a Card",
      "short_name": "Scan",
      "description": "Scan and identify a card",
      "url": "/my-collection/scan",
      "icons": [{ "src": "/logo-horizontal.png", "sizes": "1536x1024" }]
    }
  ],
  "icons": [
    {
      "src": "/logo-horizontal.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-horizontal.png",
      "sizes": "1536x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
