SEO Assistant

SEO Assistant

SEO Assistant

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-1.9.1.min.js",
      "js/jquery-migrate-1.2.0.min.js",
      "js/background.js",
      "js/jquery.center.js",
      "js/jquery.tooltip.js",
      "js/jquery.selection.js",
      "js/scripts.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/find-22.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery-1.9.1.min.js",
        "js/jquery-migrate-1.2.0.min.js",
        "js/jquery.cookie.js",
        "js/scripts.js",
        "js/options.js",
        "js/htmlparser.js",
        "js/jquery.selection.js",
        "js/jquery.center.js",
        "js/jquery.tooltip.js",
        "js/google_analytics.js",
        "js/json2.min.js",
        "js/jquery.json-2.4.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "http://localhost/"
      ]
    }
  ],
  "description": "SEO Assistant",
  "icons": {
    "16": "images/find-16.png",
    "22": "images/find-22.png",
    "48": "images/find-48.png",
    "128": "images/find-128.png"
  },
  "name": "SEO Assistant",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "http://localhost/",
    "http://tune.yandex.ru/",
    "http://wordstat.yandex.ru/",
    "http://yandex.ru/",
    "http://www.google.ru/",
    "http://www.google.com/",
    "http://www.google.com.ua/"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.6.9",
  "manifest_version": 2
}