30nama Redirector

30nama Redirector

This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "30nama Redirector",
  "version": "1.5",
  "description": "This plugin would redirect you from our old domains to the most recent one, you would never lose access to our services again.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "48": "icons/redirector.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/redirector.png",
    "default_title": "30nama Redirector",
    "default_popup": "popup/redirector.html"
  }
}