From e1af5e214c389aea2b55daf82bdec92472db3f19 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 9 Feb 2019 00:00:53 +0800 Subject: Moving shitty stuff sitting around in the www folder here. --- xp/vco/manifest.webapp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xp/vco/manifest.webapp (limited to 'xp/vco/manifest.webapp') 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" +} -- cgit v1.2.3