aboutsummaryrefslogtreecommitdiff
path: root/xp/vco/manifest.webapp
diff options
context:
space:
mode:
Diffstat (limited to 'xp/vco/manifest.webapp')
-rw-r--r--xp/vco/manifest.webapp18
1 files changed, 18 insertions, 0 deletions
diff --git a/xp/vco/manifest.webapp b/xp/vco/manifest.webapp
new file mode 100644
index 0000000..3636263
--- /dev/null
+++ b/xp/vco/manifest.webapp
@@ -0,0 +1,18 @@
+{
+ "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"
+}