blob: 3636263279f3f653ef7806bb2a9620897bbad16c (
plain) (
tree)
|
|
{
"version": "0.1",
"name": "VCO",
"description": "A sample app that uses getUserMedia to grab an audio stream, which is then passed to the Web Audio API to apply effects to the audio and create visualizations.",
"launch_path": "/index.html",
"icons": {
"60": "app-icons/icon-60.png",
"128": "app-icons/icon-128.png"
},
"default_locale": "en",
"permissions": {
"audio-capture": {
"description": "Required to capture audio via getUserMedia"
}
},
"orientation" : "portrait",
"display" : "fullscreen"
}
|