Hidden mode

Hidden mode

Start/end hidden mode to delete recorded history items.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon19disabled.png",
    "default_title": "Hidden Mode",
    "default_popup": "popup.html"
  },
  "description": "Start/end hidden mode to delete recorded history items.",
  "icons": {
    "19": "icon19enabled.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Hidden mode",
  "permissions": [
    "history"
  ],
  "version": "1.1.0"
}