Redirect Path

Redirect Path

The HTTP Header & Redirect Checker for SEO

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Redirect Path",
  "version": "2.2.2",
  "version_name": "2.2.2",
  "manifest_version": 2,
  "minimum_chrome_version": "41",
  "description": "The HTTP Header & Redirect Checker for SEO",
  "icons": {
    "16": "assets/images/rpath16.png",
    "48": "assets/images/rpath48.png",
    "128": "assets/images/rpath128.png"
  },
  "browser_action": {
    "default_icon": "assets/images/rpath19_off.png",
    "default_popup": "popup.html",
    "default_title": "Click here to see your Redirect Path."
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "metaRefreshDetect.js"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.googletagservices.com https://adservice.google.co.uk https://adservice.google.com https://*.doubleclick.net https://*.googlesyndication.com/ 'sha256-DDNG2paLgkZPkGIYdWjFzEJV0LiVhAEp3skFKJejwzg=' 'sha256-RHA+m8eGG5L7m4CD7L4q4mSJBprdiVkPcqbKb6ye2So=' 'sha256-Ez5tszOI7IWbpOip+ikgcDLRrI8nforn8dgkZ89qFpg=' 'unsafe-inline'; object-src 'self'",
  "permissions": [
    "webRequest",
    "webNavigation",
    "<all_urls>",
    "clipboardWrite"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}