GTranslator

GTranslator

GTranslator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/Utils.js",
      "js/core.js",
      "js/jquery.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "popup.html",
    "default_title": "GTranslator"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "settings.html",
  "permissions": [
    "contextMenus",
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "short_name": "GTranslator",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0",
  "web_accessible_resources": [
    "js/*",
    "images/*",
    "css/*"
  ]
}