Duplicate Tab Detector

Duplicate Tab Detector

Check for and close duplicate tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Duplicate Tab Detector",
  "version": "1.0",
  "description": "Check for and close duplicate tabs",
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/dd-16.png",
      "48": "images/dd-48.png",
      "128": "images/dd-128.png"
    }
  },
  "icons": {
    "16": "images/dd-16.png",
    "48": "images/dd-48.png",
    "128": "images/dd-128.png"
  }
}