Google Rank Tracker

Google Rank Tracker

Track your website in Google Ranking.Save time,effort and money

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Rank Tracker",
  "description": "Track your website in Google Ranking.Save time,effort and money",
  "version": "1.7",
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/s*",
        "https://www.google.co.in/s*",
        "https://www.google.co.uk/s*",
        "https://www.google.com.au/s*",
        "https://www.google.ae/s*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/pouchdb.min.js",
        "js/app.js",
        "content.js"
      ],
      "all_frames": true,
      "css": [
        "mystyles.css"
      ],
      "run_at": "document_end"
    }
  ]
}