History

History

Overrides the History Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "History ",
  "description": "Overrides the History Page",
  "version": "1.0",
  "browser_action": {
    "default_title": "History",
    "default_popup": "popup.html"
  },
  "permissions": [
    "history"
  ],
  "icons": {
    "16": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}