History On/Off

History On/Off

Pause and resume history with a click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "History On/Off",
  "version": "1.3.6.1",
  "manifest_version": 2,
  "homepage_url": "https://singleclickapps.com/history-on-off",
  "description": "Pause and resume history with a click",
  "icons": {
    "16": "icon.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "history",
    "browsingData",
    "contextMenus"
  ],
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "History On/Off"
  },
  "incognito": "spanning",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_page": "settings.html"
}