BizRank - Keyword Position Checker

BizRank - Keyword Position Checker

Use the BizRank Google Keyword Position Checker to see how well your web site is performing in search.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.1",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com/ https://s3.amazonaws.com/downloads.mailchimp.com/ https://localmybiz.com/; object-src 'self'",
  "permissions": [
    "tabs",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/common.js",
      "js/rank-checker.js",
      "js/context-menu.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/common.js",
        "js/tooltip.js"
      ],
      "css": [
        "css/tooltip.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/google.png",
    "tooltip.html",
    "images/close-button.png",
    "images/fat-rank-logo.png",
    "images/fat-joe-logo.png",
    "images/loading-spinning-bubbles.svg",
    "images/web-icon.png",
    "images/icon128.png",
    "images/facebook-icon.png",
    "images/twitter-icon.png"
  ]
}