Autodelete History by Keywords or URL

Autodelete History by Keywords or URL

Auto-delete your browser history & downloads based on custom keywords.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Autodelete History by Keywords or URL",
  "description": "Auto-delete your browser history & downloads based on custom keywords.",
  "version": "1.5",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "Autodelete History by Keywords settings"
  },
  "permissions": [
    "storage",
    "notifications",
    "downloads",
    "history"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a990f8d3-7203-4be8-a220-b9ead55e2998}"
    }
  }
}