History Limiter Custom

History Limiter Custom

Limits the number of items the browser will keep in history by days.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "History Limiter Custom",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Limits the number of items the browser will keep in history by days.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js",
      "common.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "permissions": [
    "history"
  ]
}