History Blocker by Site

History Blocker by Site

prevents the logging of specified websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "History Blocker by Site",
  "short_name": "History Blocker",
  "description": "prevents the logging of specified websites",
  "version": "1.2",
  "manifest_version": 2,
  "minimum_chrome_version": "45",
  "background": {
    "scripts": [
      "backg.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "img/filter16.png",
    "48": "img/filter48.png",
    "128": "img/filter128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/filter19.png",
      "39": "img/filter38.png"
    },
    "default_title": "Configure Options"
  },
  "options_page": "options/options.html",
  "permissions": [
    "background",
    "history",
    "storage"
  ]
}