Last active
August 29, 2015 14:14
-
-
Save karlosgliberal/3eac80da9c81e6116a54 to your computer and use it in GitHub Desktop.
manifest.json para la aplicación webRTC para la captura de pantalla
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Captura y webRTC Etopia", | |
| "description": "Sistema de Captura de ventana y envio mediante webRTC a la fachada de leds del centro @etopia_", | |
| "author": "Desde los laboratorios de http://interzonas.info", | |
| "version": "0.2", | |
| "manifest_version": 2, | |
| "icons": { | |
| "16": "icon_128.png", | |
| "48": "icon_128.png", | |
| "128": "icon_128.png" | |
| }, | |
| "app": { | |
| "background": { | |
| "scripts": ["background.js", "peer.js", "jquery.min.js"] | |
| } | |
| }, | |
| "permissions": [ | |
| "desktopCapture" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment