PavBlock

PavBlock

PavBlock - The Pavlok-assisted website blocker. Get zapped if you go to a blocked website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PavBlock",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "PavBlock - The Pavlok-assisted website blocker. Get zapped if you go to a blocked website.",
  "permissions": [
    "webNavigation",
    "*://*/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "images/icon-48.png"
  },
  "options_page": "options.html"
}