Reach7

Reach7

Translate any tweet for free via Google Translate and reply via human translation using reach7

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Reach7",
  "version": "1.4.3",
  "description": "Translate any tweet for free via Google Translate and reply via human translation using reach7",
  "icons": {
    "16": "icons/16x16-Blue-Icon.png",
    "48": "icons/48x48-Blue-Icon.png",
    "128": "icons/128x128-Blue-Icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/content.js"
      ],
      "matches": [
        "http://twitter.com/*",
        "https://twitter.com/*",
        "https://reach7.com/*"
      ]
    }
  ],
  "permissions": [
    "https://api.reach7.com/*"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/config.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "New Post",
    "default_icon": {
      "19": "icons/19x19-Blue-Icon.png",
      "38": "icons/38x38-Blue-Icon.png"
    },
    "default_popup": "pages/login.html"
  },
  "web_accessible_resources": [
    "img/r7.png",
    "img/r7Blue.png",
    "img/translate.png"
  ]
}