Merge Tabs

Merge Tabs

TabMerge is a simple and efficient tool that finds and removes duplicate tabs, leaving you with a clean and organized browsing…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Merge Tabs",
  "version": "1.1",
  "icons": {
    "16": "icon-512.png",
    "32": "icon-512.png",
    "48": "icon-512.png",
    "128": "icon-512.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "permissions": [
    "tabs"
  ]
}