The Meeting Tab

The Meeting Tab

Get Active Google Meet Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "author": "Amit Bachbut",
  "action": {
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png"
    }
  },
  "description": "Get Active Google Meet Tab.",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png"
  },
  "manifest_version": 3,
  "name": "The Meeting Tab",
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "permissions": [
    "tabs",
    "scripting",
    "notifications"
  ],
  "version": "1.0.0"
}