Tab Locker-7

Tab Locker-7

Lock creation new tabs except empty.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Locker-7",
  "version": "1.0.0",
  "background": {
    "scripts": [
      "base.js"
    ]
  },
  "description": "Lock creation new tabs except empty.",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon_19.png"
    }
  },
  "manifest_version": 2
}