{
  "name": "Pokémon Pocket Squad Card Binder",
  "short_name": "PokeBinder",
  "description": "Progressive Web App for managing your customizable Pokémon Card Binder",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/7.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/other/official-artwork/9.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
