DM Redirect

DM Redirect

Blocks selected sites by redirecting to another site of your choice.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "DM Redirect",
  "version": "1.02",
  "description": "Blocks selected sites by redirecting to another site of your choice.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "lib/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "app/views/status.html",
    "default_icon": "redirect_icon.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}