{
  "name": "MetaScout TCG",
  "short_name": "MetaScout",
  "description": "AI-powered TCG companion - scan cards, build decks, simulate battles",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6C63FF",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/favicon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/images/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "shortcuts": [
    { "name": "Scan", "url": "/?action=scan", "icons": [{ "src": "/images/favicon-180.png", "sizes": "180x180" }] },
    { "name": "Collection", "url": "/collection.html" },
    { "name": "Battle", "url": "/battle.html" }
  ]
}
