Auto History Wipe

Auto History Wipe

Automatically deletes browsing history and optionally other browsing data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Auto History Wipe",
  "short_name": "Auto History Wipe",
  "version": "1.1.8",
  "minimum_chrome_version": "21",
  "description": "Automatically deletes browsing history and optionally other browsing data.",
  "author": "Nick Vogt",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "storage",
    "browsingData"
  ],
  "optional_permissions": [
    "downloads",
    "contentSettings"
  ],
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "offline_enabled": true
}