Phrase.io Screen Sharing

Phrase.io Screen Sharing

The extension allows you to stream your desktop into meetings on Phrase.io.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Phrase.io Screen Sharing",
  "description": "The extension allows you to stream your desktop into meetings on Phrase.io.",
  "version": "0.1",
  "minimum_chrome_version": "34",
  "icons": {
    "16": "phrase-logo-16x16.png",
    "48": "phrase-logo-48x48.png",
    "128": "phrase-logo-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "desktopCapture"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.phrase.io/*"
    ]
  }
}