Lenny Censor

Lenny Censor

Replaces the scum of the internet with everyone's favorite stalker, Lenny!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "scripts.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "functions.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "Replaces the scum of the internet with everyone's favorite stalker, Lenny!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Lenny Censor",
  "offline_enabled": true,
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "browsingData"
  ],
  "short_name": "Lenny Censor",
  "version": "1.2.8",
  "web_accessible_resources": [
    "words.json"
  ]
}