{
  "name": "DexFight",
  "short_name": "DexFight",
  "description": "Vote on Pokémon matchups and see how they rank globally",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#facc15",
  "orientation": "portrait-primary",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "/pokeball.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Vote",
      "short_name": "Vote",
      "description": "Jump straight into voting",
      "url": "/",
      "icons": [{ "src": "/pokeball.svg", "sizes": "any" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "description": "See the global Pokémon rankings",
      "url": "/leaderboard",
      "icons": [{ "src": "/pokeball.svg", "sizes": "any" }]
    }
  ]
}
