{
  "name": "BattleWise AI",
  "short_name": "BattleWise",
  "description": "Pokémon Champions competitive tools — team builder, meta, counters",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/battlewise-icon-dark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/battlewise-icon-dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "utilities"],
  "shortcuts": [
    { "name": "Team Builder", "url": "/team-builder", "description": "Build a Champions team with AI" },
    { "name": "Counter Finder", "url": "/counter", "description": "Find counters to any Pokémon" },
    { "name": "Meta Report", "url": "/meta", "description": "Live Champions meta data" }
  ]
}
