From ece1ef9124a6dccb8510c08ffd2ea41bff2050b5 Mon Sep 17 00:00:00 2001 From: Ghislain Loaec Date: Fri, 14 Aug 2015 00:15:14 +0200 Subject: [PATCH] Clean plugin registry --- README.md | 2 +- plugins/android.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) 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": {}