SEORadar Crawl & Audit

SEORadar Crawl & Audit

Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SEORadar Crawl & Audit",
  "description": "Crawls staging site and compares to the live site. Compares source code, screenshots. get alerts to detect bugs before deployment.",
  "version": "2.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "/html/login.html"
  },
  "permissions": [
    "tabs",
    "chrome://favicon/",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}