Pixels

Pixels

Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pixels",
  "version": "1.0.0",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "scripts": [
      "event_h.js"
    ],
    "persistent": false
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "page_action": {
    "default_title": "Pixels: (DblClk) Default Blur Website (Clk) Blur/UnBlur ",
    "default_icon": "128.png",
    "name": "Pixels"
  },
  "web_accessible_resources": [
    "*.png"
  ],
  "manifest_version": 2
}