{
  "name": "Card Realm - AI Card Scanner & Price Check",
  "short_name": "Card Realm",
  "description": "Scan trading cards with AI. Get real-time market prices (USD/CNY). Pokemon, Yu-Gi-Oh!, Magic: The Gathering.",
  "start_url": "/card-app/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#5B4AE0",
  "orientation": "portrait",
  "scope": "/card-app/",
  "lang": "en",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%235B4AE0' width='192' height='192' rx='42'/%3E%3Ctext x='96' y='122' font-size='72' text-anchor='middle'%3E🃏%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%235B4AE0' width='512' height='512' rx='112'/%3E%3Ctext x='256' y='326' font-size='180' text-anchor='middle'%3E🃏%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "entertainment", "utilities"],
  "shortcuts": [
    {
      "name": "Scan Card",
      "short_name": "Scan",
      "description": "AI scan a trading card",
      "url": "/card-app/",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%235B4AE0' width='96' height='96' rx='24'/%3E%3Ctext x='48' y='62' font-size='40' text-anchor='middle'%3E📷%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    },
    {
      "name": "Publish Card",
      "short_name": "Publish",
      "description": "List a card for sale or trade",
      "url": "/card-app/publish.html",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%2334d399' width='96' height='96' rx='24'/%3E%3Ctext x='48' y='62' font-size='40' text-anchor='middle'%3E+%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    }
  ]
}