Cover My Tracks

Cover My Tracks

Clear your browser history from unwanted records.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cover My Tracks",
  "version": "1.0.8",
  "description": "Clear your browser history from unwanted records.",
  "permissions": [
    "history",
    "browsingData",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "base.html",
    "default_icon": "imgs/process.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}