Skip to content

Commit

Permalink
fixing app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilso committed Oct 18, 2012
1 parent 1a01f4e commit 657fb2c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.0",
"version": "1.1",
"name": "Web Audio Vocoder",
"icons": {
"16": "img/mic16.png",
Expand All @@ -12,7 +12,6 @@
}
},
"permissions": [
"audioCapture",
"<all_urls>"
"audioCapture"
]
}

0 comments on commit 657fb2c

Please sign in to comment.