STOP TAB

STOP TAB

disable tabbed browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1",
  "name": "STOP TAB",
  "description": "disable tabbed browsing",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "icons": {
    "48": "imges/icon-48.png",
    "128": "imges/icon-128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}