Pokemon Showdown Type Helper

Pokemon Showdown Type Helper

Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Pokemon Showdown Type Helper",
  "description": "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.",
  "version": "0.0.8",
  "manifest_version": 3,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "pokemonShowdownTypeHelper.js"
      ],
      "matches": [
        "https://play.pokemonshowdown.com/*",
        "https://*.psim.us/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://play.pokemonshowdown.com/*",
        "https://*.psim.us/*"
      ],
      "js": [
        "injector.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9959496f-a6b0-4bf4-a77d-0c1697b50f96}"
    }
  }
}