See No Evil 5.0 - Automatic Word Censor

See No Evil 5.0 - Automatic Word Censor

Replaces Objectionable Words/Phrases From Selected WebSites Automatically

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "See No Evil 5.0 - Automatic Word Censor",
  "description": "Replaces Objectionable Words/Phrases From Selected WebSites Automatically",
  "version": "5.0",
  "web_accessible_resources": [
    "Images/ZombieGeek.png",
    "Images/PausePlayList.png"
  ],
  "permissions": [
    "tabs",
    "contextMenus",
    "activeTab",
    "webNavigation",
    "<all_urls>",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "Scripts.js/jquery-1.9.1.min.js",
      "Scripts.js/jquery-ui.js",
      "CheckContent.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "Images/ZombieGeek.png",
    "48": "Images/ZombieGeek.png",
    "128": "Images/ZombieGeek.png"
  },
  "browser_action": {
    "default_icon": "Images/ZombieGeek.png",
    "default_popup": "SeeNoEvil.html"
  }
}