diff options
Diffstat (limited to 'plugins/android.json')
| -rw-r--r-- | plugins/android.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/plugins/android.json b/plugins/android.json new file mode 100644 index 00000000..d519f004 --- /dev/null +++ b/plugins/android.json @@ -0,0 +1,71 @@ +{ + "prepare_queue": { + "installed": [], + "uninstalled": [] + }, + "config_munge": { + "files": { + "res/xml/config.xml": { + "parents": { + "/*": [ + { + "xml": "<feature name=\"Keyboard\"><param name=\"android-package\" value=\"com.ionic.keyboard.IonicKeyboard\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 + }, + { + "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 + }, + { + "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>", + "count": 1 + }, + { + "xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 + }, + { + "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>", + "count": 1 + }, + { + "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />", + "count": 1 + }, + { + "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>", + "count": 1 + } + ] + } + } + } + }, + "installed_plugins": { + "com.ionic.keyboard": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "cordova-plugin-whitelist": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "org.apache.cordova.console": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "org.apache.cordova.device": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "org.apache.cordova.splashscreen": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "org.apache.cordova.statusbar": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "cordova-plugin-crosswalk-webview": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + }, + "cordova-plugin-inappbrowser": { + "PACKAGE_NAME": "com.ionicframework.zmninja469849" + } + }, + "dependent_plugins": {} +}
\ No newline at end of file |
