Close duplicate tab

Close duplicate tab

Close duplicate tab on current window.

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_extName__",
  "version": "1.0.3",
  "description": "__MSG_extDesc__",
  "action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "128": "images/icon.png"
  },
  "default_locale": "en"
}