{ "name": "Screen sharing for VROOM", "description": "Allow screen sharing in the VROOM WebRTC visio conference app", "version": "0.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { }, "permissions": [ "desktopCapture" ], "background": { "scripts": ["background.js"] }, "content_scripts": [ { "js": [ "content.js" ], "matches": ["https://*/*"] }] }