A simple extension that allows you to stream your desktop into Crovv meetings with Crovv Videobridge.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Crovv Desktop Streamer",
"description": "A simple extension that allows you to stream your desktop into Crovv meetings with Crovv Videobridge.",
"version": "0.1.6",
"minimum_chrome_version": "34",
"icons": {
"32": "android-icon-36x36.png",
"48": "android-icon-48x48.png",
"144": "android-icon-144x144.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*://lets.crovv.com/*"
]
}
}