{
  "name": "Poke Stock",
  "short_name": "PokeStock",
  "description": "Gerencie sua coleção de cartas Pokémon",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#2196F3",
  "theme_color": "#2196F3",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/poke-ball.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/poke-ball.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/poke-ball.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "orientation": "portrait",
  "categories": ["entertainment", "games", "collection"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/index.html",
      "icons": [
        {
          "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/poke-ball.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Buscar Cartas",
      "url": "/index.html#search",
      "icons": [
        {
          "src": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/items/poke-ball.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
