Reopen closed tab

Reopen closed tab

Reopen Closed Tab: Easily restore closed tabs in one click. Enhance your browsing with the convenient "Reopen tab" button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.1.1",
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "96": "images/icon_96.png",
    "128": "images/icon_128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "96": "images/icon_96.png",
      "128": "images/icon_128.png"
    }
  },
  "permissions": [
    "sessions"
  ]
}