Talkative Meeting Rooms

Talkative Meeting Rooms

Talkative Meeting Rooms lets you add video, voice, screenshare and chat to your existing channels.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Talkative Meeting Rooms",
  "description": "Talkative Meeting Rooms lets you add video, voice, screenshare and chat to your existing channels.",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "main.html",
    "default_icon": "logo.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "scripts/content.js"
      ],
      "matches": [
        "https://*.engage.app/*",
        "https://engage.talkative.uk/*"
      ]
    }
  ]
}