Meet Party Firefox

Examine source code of Meet Party

Inspect and view changes in Meet Party source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.0",
  "manifest_version": 2,
  "name": "Meet Party",
  "description": "Celebrate with friends on Google Meet",
  "author": "Ananya",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "permissions": [
    "https://meet.google.com/*"
  ],
  "web_accessible_resources": [
    "assets/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "assets/iconp.png",
      "48": "assets/iconp.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "/assets/iconf.png"
  }
}

Best Meet Party Alternatives

Here are some Firefox add-ons that are similar to Meet Party: