forked from dahabit/sample-phonegap-audio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
16 lines (16 loc) · 812 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"reponame":"sample-phonegap-audio",
"title":"PhoneGap Audio",
"tooltip":"[Cordova for Android] Use a Cordova media object to record and playback an audio sound.",
"description":"Use a Cordova media object to record and playback audio. Also detects if a previous recording exists.",
"highlights":["Apache Cordova API", "App Framework", "Audio Input"],
"apppreview":"false",
"appname":"demo.phonegapaudio",
"articleUrl":"http://software.intel.com/en-us/html5/articles/media-sample-with-phonegap",
"keywords":["Apache Cordova* API", "App Framework", "Audio Input"],
"iconUrl":"https://github.com/gomobile/sample-phonegap-audio/blob/master/icon.png",
"screenshotUrl":"https://github.com/gomobile/sample-phonegap-audio/blob/master/screenshot.png",
"visible" : "true",
"zipUrl":"",
"relname":"4.0.0"
}