History Shortcut

History Shortcut

Quick access button to the history page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "19": "19.png",
      "32": "32.png",
      "48": "48.png",
      "128": "128.png"
    },
    "default_title": "Open History"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "description": "Quick access button to the history page",
  "icons": {
    "16": "16.png",
    "19": "19.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "History Shortcut",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.0.9",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}