MeetBouncer: Google Meet Auto-Exit Firefox

Examine source code of MeetBouncer: Google Meet Auto-Exit

By: Abcent
Inspect and view changes in MeetBouncer: Google Meet Auto-Exit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MeetBouncer: Google Meet Auto-Exit",
  "description": "Automatically leaves Google Meet when participant count falls below your specified threshold, by timer or schedule.",
  "version": "2.3.0",
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "homepage_url": "https://github.com/Abcent1k/MeetBouncer",
  "icons": {
    "16": "./img/mb-disabled-16.png",
    "48": "./img/mb-active-48.png",
    "128": "./img/mb-active-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "tabs",
    "notifications",
    "*://meet.google.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "./img/mb-disabled-16.png",
      "48": "./img/mb-disabled-48.png",
      "128": "./img/mb-disabled-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*",
        "http://meet.google.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2bbf5edb-c301-4410-9dc6-1954a6e39519}"
    }
  }
}

Best MeetBouncer: Google Meet Auto-Exit Alternatives

Here are some Firefox add-ons that are similar to MeetBouncer: Google Meet Auto-Exit: