aboutsummaryrefslogtreecommitdiff
path: root/xp/vco/manifest.webapp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-09 00:00:53 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2019-02-09 00:00:53 +0800
commite1af5e214c389aea2b55daf82bdec92472db3f19 (patch)
tree1505c4189104bf3c40db00d19844576ab6cae3fe /xp/vco/manifest.webapp
parent07493b94b141506e051b0adb9f68132ebfc583c0 (diff)
downloadoddities-e1af5e214c389aea2b55daf82bdec92472db3f19.tar.xz
Moving shitty stuff sitting around in the www folder here.
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"
+}