The PokeInfo - PokeDex.

The PokeInfo - PokeDex.

The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The PokeInfo - PokeDex.",
  "description": "The PokéInfo - PokéDex. Get detailed pokémon info through an easy-to-use an retro look-and-feel pokédex!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "version": "0.0.1.0",
  "author": "Brayam Núñez",
  "browser_action": {
    "default_icon": "tab-icon.png",
    "default_title": "The PokeInfo - PokeDex",
    "permissions": [
      "activeTab"
    ],
    "default_popup": "popup.html"
  }
}