Rank One

Rank One

Rank One is an on page seo tool for you to accelerate your SEO analysis website insights with a click. It makes your work simple to…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "rupesh chaudhari",
  "homepage_url": "https://brandbeavers.com/rankone/",
  "manifest_version": 2,
  "name": "Rank One",
  "version": "1.3.0",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "incognito": "split",
  "background": {
    "scripts": [
      "js/jquery-3.3.1.slim.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/corecss.css"
      ],
      "js": [
        "js/jquery-3.3.1.slim.min.js",
        "js/corejs.js",
        "js/content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webNavigation",
    "activeTab"
  ],
  "web_accessible_resources": [
    "popup.html"
  ]
}