Zoom post attendee tab closer

Zoom post attendee tab closer

This extension will close the Zoom post attendee tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zoom post attendee tab closer",
  "description": "This extension will close the Zoom post attendee tab",
  "version": "1.6",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "zoomclose.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ]
}