summaryrefslogtreecommitdiff
path: root/plugins/android.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/android.json')
-rw-r--r--plugins/android.json27
1 files changed, 26 insertions, 1 deletions
diff --git a/plugins/android.json b/plugins/android.json
index bf8a19f9..2d89f37d 100644
--- a/plugins/android.json
+++ b/plugins/android.json
@@ -35,6 +35,24 @@
{
"xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /></feature>",
+ "count": 1
+ },
+ {
+ "xml": "<feature name=\"CordovaHttpPlugin\"><param name=\"android-package\" value=\"com.synconset.CordovaHttpPlugin\" /></feature>",
+ "count": 1
+ }
+ ]
+ }
+ },
+ "AndroidManifest.xml": {
+ "parents": {
+ "/*": [
+ {
+ "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
+ "count": 1
}
]
}
@@ -65,7 +83,14 @@
},
"org.apache.cordova.statusbar": {
"PACKAGE_NAME": "com.pliablepixels.zmninja"
+ },
+ "com.synconset.cordovaHTTP": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
}
},
- "dependent_plugins": {}
+ "dependent_plugins": {
+ "org.apache.cordova.file": {
+ "PACKAGE_NAME": "com.pliablepixels.zmninja"
+ }
+ }
}