Rapid Redirector

Rapid Redirector

Easy, automatic, and customizable webpage redirection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_description__",
  "version": "0.4.2",
  "author": "Nick Schorr",
  "homepage_url": "https://github.com/naschorr/rapid-redirector",
  "default_locale": "en",
  "options_page": "html/options.html",
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "images/icon_38.png",
    "default_title": "__MSG_name__",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "js/utilities.js",
      "js/redirection_tracker.js",
      "js/regex_lookup.js",
      "js/redirector.js"
    ],
    "persistant": false
  },
  "permissions": [
    "tabs",
    "storage",
    "notifications"
  ]
}