Skip to content

Instantly share code, notes, and snippets.

@karlosgliberal
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save karlosgliberal/3eac80da9c81e6116a54 to your computer and use it in GitHub Desktop.

Select an option

Save karlosgliberal/3eac80da9c81e6116a54 to your computer and use it in GitHub Desktop.
manifest.json para la aplicación webRTC para la captura de pantalla
{
"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