diff --git a/README.md b/README.md index ec84be1..13b4ee6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If plugin registry server seems to be down :'( use git instead ;) phonegap plugin add https://github.com/apache/cordova-plugin-file.git phonegap plugin add https://github.com/apache/cordova-plugin-file-transfer.git - phonegap plugin add https://github.com/apache/cordova-plugin-zip.git + phonegap plugin add https://github.com/MobileChromeApps/cordova-plugin-zip.git phonegap plugin add https://github.com/apache/cordova-plugin-whitelist.git phonegap plugin add https://github.com/apache/cordova-plugin-inappbrowser.git # optional diff --git a/plugins/android.json b/plugins/android.json index 6fe172a..aa7d7a6 100644 --- a/plugins/android.json +++ b/plugins/android.json @@ -5,6 +5,16 @@ }, "config_munge": { "files": { + "config.xml": { + "parents": { + "/*": [ + { + "xml": "", + "count": 1 + } + ] + } + }, "res/xml/config.xml": { "parents": { "/*": [ @@ -19,6 +29,16 @@ { "xml": "", "count": 1 + }, + { + "xml": "", + "count": 1 + } + ], + "/widget": [ + { + "xml": "", + "count": 1 } ] } @@ -44,6 +64,12 @@ }, "cordova-plugin-inappbrowser": { "PACKAGE_NAME": "com.cadoles.momo" + }, + "cordova-plugin-whitelist": { + "PACKAGE_NAME": "com.cadoles.momo" + }, + "cordova-plugin-zip": { + "PACKAGE_NAME": "com.cadoles.momo" } }, "dependent_plugins": {}