PokeTranslate

PokeTranslate

Translates Pokemon-related Japanese words to English

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PokeTranslate",
  "description": "Translates Pokemon-related Japanese words to English",
  "version": "3.1",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "background"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "PokeTranslate"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2
}