New Room for Google Meet™

New Room for Google Meet™

The best way to create a new Google Meet™ Room!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "New Room for Google Meet™",
  "homepage_url": "https://timleland.com/new-google-meet-extension/",
  "version": "1.0.6",
  "icons": {
    "128": "media/icons/icon128.png"
  },
  "description": "The best way to create a new Google Meet™ Room!",
  "action": {
    "default_icon": {
      "38": "media/icons/icon38.png"
    },
    "default_title": "New Google Meet™ Room"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://meet.google.com/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+M",
        "mac": "Command+Shift+M"
      }
    }
  }
}