{
  "name": "CardScout — Scout The Show",
  "short_name": "CardScout",
  "description": "The live card show companion. Scout the floor, post bounties, and chat with dealers in real time.",
  "start_url": "/floor",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#121212",
  "theme_color": "#121212",
  "categories": ["shopping", "social", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Post a bounty",
      "short_name": "Post",
      "url": "/bounty"
    },
    {
      "name": "The Floor",
      "short_name": "Floor",
      "url": "/floor"
    }
  ]
}
