MeetPlus

MeetPlus

Create a new Google Meet with ease! Great for breakout rooms, without the hassle of overcomplicated solutions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MeetPlus",
  "version": "0.1",
  "description": "Create a new Google Meet with ease! Great for breakout rooms, without the hassle of overcomplicated solutions.",
  "permissions": [
    "identity.email",
    "https://*.google.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "24": "images/logo24.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "manifest_version": 2
}