Instant Google Meet Generator Firefox

Examine source code of Instant Google Meet Generator

Inspect and view changes in Instant Google Meet Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instant Meet Generator",
  "version": "1.0",
  "description": "Crea una reunión de Google Meet al instante y copia el link.",
  "permissions": [
    "tabs",
    "activeTab",
    "clipboardWrite",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Crear Meet instantáneo"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "license": [
    "Apache-2.0"
  ],
  "icons": {
    "48": "icons/icon.png",
    "64": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5c658c61-e370-49eb-8d28-82d3d2098fa6}"
    }
  }
}

Best Instant Google Meet Generator Alternatives

Here are some Firefox add-ons that are similar to Instant Google Meet Generator: