JoinTheMeet Firefox

Examine source code of JoinTheMeet

Inspect and view changes in JoinTheMeet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "JoinTheMeet",
  "description": "Connect automatically to blocked meeting when it's available. Uses Google Meet™. Icon made by Pixel perfect from www.flaticon.com",
  "version": "1.0.0",
  "icons": {
    "16": "icon.svg",
    "32": "icon.svg",
    "48": "icon.svg",
    "128": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg",
      "48": "icon.svg",
      "128": "icon.svg"
    },
    "default_title": "JoinTheMeet"
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best JoinTheMeet Alternatives

Here are some Firefox add-ons that are similar to JoinTheMeet: