Google Meet Tools

Google Meet Tools

*All modifications to Google Meet calls are client-side only, meaning that changes are only made for you, not anyone else in the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Meet Tools",
  "version": "1.1",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/Google_Meet_Tools_icon_128px.png"
  },
  "manifest_version": 2
}