G-Meet Auto Join

G-Meet Auto Join

Automatically join G-Meet meetings !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "G-Meet Auto Join",
  "description": "Automatically join G-Meet meetings !",
  "version": "1.0.1",
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://meet.google.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "html/popup.html"
  }
}