AndroTranslate

AndroTranslate

Andromeda Translator

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AndroTranslate",
  "version": "0.99",
  "description": "Andromeda Translator",
  "icons": {
    "16": "and128.png",
    "48": "and48.png",
    "128": "and128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "and.js"
      ]
    }
  ]
}