Microsoft Teams Screen sharing

Microsoft Teams Screen sharing

Share your computer screen in a Microsoft Teams meeting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://teams.microsoft.com/*"
    ]
  },
  "permissions": [
    "desktopCapture"
  ],
  "manifest_version": 2
}