Restore Recently Closed Tab

Restore Recently Closed Tab

Restore Recently Closed Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_name__",
  "version": "0.3",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "__MSG_name__"
  },
  "permissions": [
    "sessions",
    "commands"
  ],
  "default_locale": "zh_CN",
  "icons": {
    "128": "icon.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+R"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}