Boom - Video Collaboration Tool

Boom - Video Collaboration Tool

Next-gen video communication & collaboration tool

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "homepage_url": "https://www.visionwx.com/",
  "description": "__MSG_extDesc__",
  "default_locale": "zh_CN",
  "permissions": [
    "<all_urls>",
    "tabs",
    "cookies",
    "webNavigation",
    "desktopCapture",
    "notifications",
    "storage",
    "system.cpu",
    "system.memory",
    "https://www.googleapis.com/*",
    "https://www.visionwx.com/*",
    "https://flix.visionwx.com/*",
    "https://at.alicdn.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://*.visionwx.com/*",
      "https://*.trickle.so/*"
    ]
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "web_accessible_resources": [
    "index.html",
    "camera.html",
    "styles/tailwind_raw.css",
    "styles/boom.css",
    "icons/*",
    "img/*"
  ],
  "commands": {
    "pause_resume_record": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Space",
        "mac": "Alt+Space"
      },
      "description": "__MSG_extPauseResumeShorcut__"
    },
    "start_stop_record": {
      "suggested_key": {
        "windows": "Ctrl+Shift+S",
        "mac": "Alt+S"
      },
      "description": "__MSG_extStartStopShorcut__"
    },
    "delete_record": {
      "suggested_key": {
        "windows": "Ctrl+Shift+D",
        "mac": "Alt+D"
      },
      "description": "__MSG_extDeleteShorcut__"
    },
    "confetti": {
      "suggested_key": {
        "default": "Ctrl+Shift+C",
        "mac": "Alt+C"
      },
      "description": "__MSG_extPlayCofettiShorcut__"
    }
  },
  "version": "2.1.4",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}