{
  "id": "/",
  "name": "PokéLot Pro",
  "short_name": "PokéLot",
  "description": "AI-powered Pokémon card tracker and price checker. Snap a photo, get live prices instantly.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#06060F",
  "theme_color": "#ffcb05",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon-16x16.png",          "sizes": "16x16",   "type": "image/png" },
    { "src": "/favicon-32x32.png",          "sizes": "32x32",   "type": "image/png" },
    { "src": "/apple-touch-icon.png",       "sizes": "180x180", "type": "image/png" },
    { "src": "/icon-192x192.png",           "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512x512.png",           "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512x512-maskable.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["utilities", "finance", "entertainment"],
  "shortcuts": [
    {
      "name": "Scan Card",
      "short_name": "Scan",
      "description": "AI-identify a card from a photo",
      "url": "/?action=scan",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Lot",
      "short_name": "Lot",
      "description": "View your tracked lot",
      "url": "/?tab=lot",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
