Dragon Better History

Dragon Better History

Replace the default browser history with this better history display.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "1.31",
  "default_locale": "en",
  "icons": {
    "16": "assets/img/icon_16.png",
    "32": "assets/img/icon_32.png",
    "48": "assets/img/icon_48.png",
    "64": "assets/img/icon_64.png",
    "128": "assets/img/icon_128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "favicon",
    "history",
    "tabs",
    "storage"
  ],
  "chrome_url_overrides": {
    "history": "history.html"
  },
  "action": {
    "default_icon": {
      "16": "assets/img/icon_16.png",
      "32": "assets/img/icon_32.png"
    },
    "default_title": "__MSG_application_title__",
    "default_popup": "popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}