SEO SERP Workbench

SEO SERP Workbench

A tool to quickly check the position of multiple sites (yours and your competitors) given a keyword. Many countries are supported.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SEO SERP Workbench",
  "description": "A tool to quickly check the position of multiple sites (yours and your competitors) given a keyword. Many countries are supported.",
  "version": "1.2.147",
  "app": {
    "launch": {
      "local_path": "popup.html",
      "container": "tab"
    }
  },
  "background": {
    "scripts": [
      "js/jquery-1.8.2.min.js",
      "js/common.js",
      "js/db.js",
      "js/bg_code.js"
    ]
  },
  "icons": {
    "16": "gfx/icon16.png",
    "128": "gfx/icon128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications",
    "idle",
    "http://*/*",
    "https://*/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google.com https://ssl.google-analytics.com https://apis.google.com; object-src 'self'"
}