{
  "name": "RealPokedex",
  "short_name": "Pokedex",
  "description": "The ultimate Pokemon companion. Browse all 1025 Pokemon, build battle teams, explore type matchups, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1625",
  "theme_color": "#dc2626",
  "orientation": "any",
  "scope": "/",
  "categories": ["entertainment", "games", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Team Builder",
      "short_name": "Teams",
      "url": "/team-builder",
      "description": "Build and analyze your Pokemon battle team"
    },
    {
      "name": "Type Chart",
      "short_name": "Types",
      "url": "/types",
      "description": "Explore type matchups and effectiveness"
    },
    {
      "name": "Favorites",
      "short_name": "Favs",
      "url": "/favorites",
      "description": "View your favorite Pokemon collection"
    }
  ]
}
