Smartlation Translation Tool

Smartlation Translation Tool

Free Machine Translation Detector

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Smartlation Translation Tool",
  "short_name": "Machine Translation Detector",
  "description": "Free Machine Translation Detector",
  "background": {
    "persistent": false,
    "scripts": [
      "js/jquery.js",
      "js/bootstrap.min.js",
      "js/bootstrap-select.min.js"
    ]
  },
  "version": "1.4.1",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html",
    "default_title": "Compare Here!"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css",
        "css/bootstrap-select.min.css",
        "css/bootstrap.min.css",
        "css/bootstrap.css"
      ],
      "matches": [
        "http://www.google.com/*"
      ]
    }
  ],
  "manifest_version": 2,
  "permissions": [
    "http://*/",
    "https://api.smartlation.com/*",
    "https://www.smartlation.com/*",
    "activeTab"
  ]
}