History Cleaner

History Cleaner

History Cleaner - extension for deleting from history 'bad' links

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "manifest_version": 2,
  "name": "History Cleaner",
  "short_name": "History Cleaner",
  "description": "History Cleaner - extension for deleting from history 'bad' links",
  "icons": {
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "/bower_components/jquery/dist/jquery.min.js",
      "scripts/utils.js",
      "scripts/background.js"
    ]
  },
  "options_page": "options.html",
  "page_action": {
    "default_icon": {
      "19": "img/icon32.png"
    },
    "default_title": "Add to History Cleaner"
  },
  "permissions": [
    "tabs",
    "management",
    "history",
    "notifications",
    "browsingData"
  ]
}