Easy Reopen Tab or Window

Easy Reopen Tab or Window

One click to reopen tab or window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.0",
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "sessions"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3
}