History Auto-Eraser

History Auto-Eraser

History Auto-Eraser by Owlsee

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "History Auto-Eraser",
  "description": "History Auto-Eraser by Owlsee",
  "version": "1.2",
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": {
      "16": "img/logo_16.png",
      "48": "img/logo_48.png",
      "128": "img/logo_128.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "History Auto-Eraser"
  },
  "background": {
    "scripts": [
      "js/vendor.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "history",
    "tabs"
  ]
}