Scribe for Meetings

Scribe for Meetings

Scribe for Meetings provides real-time access to on-screen content in online meetings for print-impaired attendees.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Scribe for Meetings",
  "description": "Scribe for Meetings provides real-time access to on-screen content in online meetings for print-impaired attendees.",
  "version": "1.4.1",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/vendor.js"
    ]
  },
  "commands": {
    "accept-notification": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "Accept a Scribe for Meetings notification.",
      "global": true
    }
  },
  "permissions": [
    "storage",
    "webRequest",
    "notifications",
    "tabs",
    "https://*.zoom.us/j/*",
    "https://zoom.us/j/*",
    "https://*.zoom.us/w/*",
    "https://zoom.us/w/*",
    "https://scribeformeetings.com/*"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}