142 lines
4.6 KiB
JSON
142 lines
4.6 KiB
JSON
{
|
|
"prepare_queue": {
|
|
"installed": [],
|
|
"uninstalled": []
|
|
},
|
|
"config_munge": {
|
|
"files": {
|
|
"res/xml/config.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<feature name=\"Permissions\"><param name=\"android-package\" value=\"com.android.plugins.Permissions\" /></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": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"config.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<feature name=\"Keyboard\"><param name=\"android-package\" onload=\"true\" value=\"io.ionic.keyboard.IonicKeyboard\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<allow-navigation href=\"http://localhost:8080/*\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<preference name=\"webView\" value=\"com.ionicframework.cordova.webview.IonicWebViewEngine\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"IonicWebView\"><param name=\"android-package\" value=\"com.ionicframework.cordova.webview.IonicWebView\" /></feature>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"installed_plugins": {
|
|
"cordova-plugin-android-permissions": {
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
},
|
|
"cordova-plugin-device": {
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
},
|
|
"cordova-plugin-ionic-keyboard": {
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
},
|
|
"cordova-plugin-ionic-webview": {
|
|
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+",
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
},
|
|
"cordova-plugin-splashscreen": {
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
},
|
|
"cordova-plugin-statusbar": {
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
},
|
|
"cordova-plugin-whitelist": {
|
|
"PACKAGE_NAME": "io.openvidu.sample"
|
|
}
|
|
},
|
|
"dependent_plugins": {},
|
|
"modules": [
|
|
{
|
|
"id": "cordova-plugin-android-permissions.Permissions",
|
|
"file": "plugins/cordova-plugin-android-permissions/www/permissions.js",
|
|
"pluginId": "cordova-plugin-android-permissions",
|
|
"clobbers": [
|
|
"cordova.plugins.permissions"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-device.device",
|
|
"file": "plugins/cordova-plugin-device/www/device.js",
|
|
"pluginId": "cordova-plugin-device",
|
|
"clobbers": [
|
|
"device"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-ionic-keyboard.keyboard",
|
|
"file": "plugins/cordova-plugin-ionic-keyboard/www/android/keyboard.js",
|
|
"pluginId": "cordova-plugin-ionic-keyboard",
|
|
"clobbers": [
|
|
"window.Keyboard"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-ionic-webview.IonicWebView",
|
|
"file": "plugins/cordova-plugin-ionic-webview/src/www/util.js",
|
|
"pluginId": "cordova-plugin-ionic-webview",
|
|
"clobbers": [
|
|
"Ionic.WebView"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-splashscreen.SplashScreen",
|
|
"file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
|
|
"pluginId": "cordova-plugin-splashscreen",
|
|
"clobbers": [
|
|
"navigator.splashscreen"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-statusbar.statusbar",
|
|
"file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
|
|
"pluginId": "cordova-plugin-statusbar",
|
|
"clobbers": [
|
|
"window.StatusBar"
|
|
]
|
|
}
|
|
],
|
|
"plugin_metadata": {
|
|
"cordova-plugin-android-permissions": "1.0.0",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-ionic-keyboard": "2.1.3",
|
|
"cordova-plugin-ionic-webview": "2.1.4",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "2.4.2",
|
|
"cordova-plugin-whitelist": "1.3.3"
|
|
}
|
|
} |