{
  "name": "CardX - Basketball Card Scanner",
  "short_name": "CardX",
  "description": "Scan basketball cards, get instant market valuations, and sell on the marketplace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/cardx-logo-official.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/cardx-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/cardx-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["shopping", "utilities", "lifestyle"],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Scan Card",
      "short_name": "Scan",
      "description": "Scan a new basketball card",
      "url": "/?tab=scanner",
      "icons": [{ "src": "/cardx-logo-official.png", "sizes": "96x96" }]
    },
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View your card collection",
      "url": "/?tab=collection",
      "icons": [{ "src": "/cardx-logo-official.png", "sizes": "96x96" }]
    },
    {
      "name": "Claim Sales",
      "short_name": "Claims",
      "description": "Browse live claim sales",
      "url": "/?tab=claims",
      "icons": [{ "src": "/cardx-logo-official.png", "sizes": "96x96" }]
    }
  ]
}
