diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-29 11:13:49 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-29 11:13:49 -0400 |
| commit | d14b7014abb0de4bbc57736af4651886c4372a9d (patch) | |
| tree | 5db5618b3b54cafbd60bff503b5a33f617f63331 /plugins/fetch.json | |
| parent | 746bf3b4daceb92896509997d4e952fe0a842779 (diff) | |
#56 - forked a version of cordova-media and took out permissions I don't need
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 208c3793..532c8ada 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -197,20 +197,22 @@ "is_top_level": true, "variables": {} }, - "org.apache.cordova.media": { + "org.apache.cordova.file": { "source": { "type": "registry", - "id": "org.apache.cordova.media" + "id": "org.apache.cordova.file" }, - "is_top_level": true, + "is_top_level": false, "variables": {} }, - "org.apache.cordova.file": { + "org.apache.cordova.media": { "source": { - "type": "registry", - "id": "org.apache.cordova.file" + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media.git", + "subdir": ".", + "ref": "playback-only" }, - "is_top_level": false, + "is_top_level": true, "variables": {} } }
\ No newline at end of file |
