Pokémon Showdown FR

Pokémon Showdown FR

Pokémon Showdown traduit intégralement en français !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pokémon Showdown FR",
  "version": "1.7",
  "description": "Pokémon Showdown traduit intégralement en français !",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "homeContentScript.js",
        "teambuilderContentScript.js",
        "battleContentScript.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*.pokemonshowdown.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "homeTranslate.js",
        "teambuilderTranslate.js",
        "battleTranslate.js",
        "sprites/*"
      ],
      "matches": [
        "*://*.pokemonshowdown.com/*"
      ]
    }
  ],
  "manifest_version": 3
}