MeetingZen

MeetingZen

Enable external dashboards and projects to appear in your MeetingZen meetings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "grey-32.png"
  },
  "description": "Enable external dashboards and projects to appear in your MeetingZen meetings.",
  "icons": {
    "16": "favicon-16.png",
    "32": "favicon-32.png",
    "48": "favicon-48.png",
    "64": "favicon-64.png",
    "128": "favicon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEyRs3+R1/WYuN/M0g3T4xkx1hdqNDK3W1YPfVFaBDcOkx3iYt7apidbeEi/SX93iZVFvFnqME0xgjKlkqH2+9K04Te+TDyyZMu9SffUE3UZ6KSRqMH6nFEqeMdgaxJ9XzrE6pijmqxD+XW1FfMywAJjpx3udDfed4CQEr0awOVOJ9D9VWvIj8shDgP3fYiIuI9iO4TfSRqtWOZpCuls+W60T+hMW9HecGew2UF2FMaA00q55Oe0mPki7eh/nu5X4c7CZiwa80yZsimvG1JOS9klBx9X7Gr3zwy+wgS49f+J6ix4JfnnnOfMDJ6wW1/S7jM0xsYo2Ij2UhjWvT5npwIDAQAB",
  "manifest_version": 3,
  "name": "MeetingZen",
  "permissions": [
    "declarativeNetRequest",
    "webNavigation",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0",
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}