{
  "name": "PokéTracker",
  "short_name": "PokéTracker",
  "description": "Track your Pokémon collection, shiny hunts, teams, and more.",
  "theme_color": "#CC0000",
  "background_color": "#0f172a",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/dashboard",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Catch",
      "short_name": "Catch",
      "description": "Log a catch without opening the full app",
      "url": "/quick-catch",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Active Hunt",
      "short_name": "Hunt",
      "description": "Jump to your active shiny hunt",
      "url": "/shiny-hunts?filter=active",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Pokédex",
      "short_name": "Pokédex",
      "description": "Open your Pokédex collection",
      "url": "/pokedexes",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
