Meet the Team

Meet the Team

Extension for creating fast rooms using Google meet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Meet the Team",
  "version": "0.0.0.1",
  "description": "Extension for creating fast rooms using Google meet",
  "manifest_version": 3,
  "author": "Jonatan Ordoñez",
  "action": {
    "default_popup": "index.html",
    "default_title": "Meet the Team"
  },
  "icons": {
    "16": "google-meet-16-16.png",
    "32": "google-meet-32-32.png"
  }
}