No History

No History

Disables browser history while activated.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "No History",
  "description": "Temporarily disable browser history.",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icon_disabled.png"
  },
  "permissions": [
    "*://*/*",
    "history"
  ]
}