Tab Closer for Zoom

Tab Closer for Zoom

Close the tab automatically once you join your meeting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Close the tab automatically once you join your meeting",
  "homepage_url": "https://github.com/grrttedwards/zoom-tab-closer",
  "manifest_version": 2,
  "name": "Tab Closer for Zoom",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "version": "0.3.5"
}