Website Blocker

Website Blocker

This extension help to block site selected by the user

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.2",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ],
  "browser_action": {
    "default_icon": "icon/block48.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon/block16.png",
    "48": "icon/block48.png",
    "128": "icon/block128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a205815-af02-49d5-9459-fbabb300576e}"
    }
  }
}