aboutsummaryrefslogtreecommitdiff
path: root/xp/vco/manifest.webapp
blob: 3636263279f3f653ef7806bb2a9620897bbad16c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
}