{
  "name": "Pokédeck",
  "short_name": "Pokédeck",
  "description": "Busca, identifica y gestiona tu colección de cartas Pokémon",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0d1a",
  "theme_color": "#1a1a2e",
  "orientation": "portrait-primary",
  "lang": "es",
  "categories": ["games", "entertainment", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Buscar carta",
      "url": "/scan",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "192x192 512x512 any", "type": "image/svg+xml" }]
    },
    {
      "name": "Mi mazo",
      "url": "/deck",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "192x192 512x512 any", "type": "image/svg+xml" }]
    }
  ]
}
