mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
710 lines
25 KiB
JSON
710 lines
25 KiB
JSON
|
|
{
|
||
|
|
"prepare_queue": {
|
||
|
|
"installed": [],
|
||
|
|
"uninstalled": []
|
||
|
|
},
|
||
|
|
"config_munge": {
|
||
|
|
"files": {
|
||
|
|
"app/src/main/AndroidManifest.xml": {
|
||
|
|
"parents": {
|
||
|
|
"/manifest/application": [
|
||
|
|
{
|
||
|
|
"xml": "<application android:networkSecurityConfig=\"@xml/network_security_config\" />",
|
||
|
|
"count": 1,
|
||
|
|
"mode": "merge",
|
||
|
|
"id": "config.xml",
|
||
|
|
"oldAttrib": {
|
||
|
|
"android:fullBackupContent": "@xml/mfp_backup_rules",
|
||
|
|
"android:hardwareAccelerated": "true",
|
||
|
|
"android:icon": "@mipmap/ic_launcher",
|
||
|
|
"android:label": "@string/app_name",
|
||
|
|
"android:name": "com.ibm.MFPApplication",
|
||
|
|
"android:networkSecurityConfig": "@xml/network_security_config",
|
||
|
|
"android:supportsRtl": "true"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"res/xml/config.xml": {
|
||
|
|
"parents": {
|
||
|
|
"/*": [
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"Notification\"><param name=\"android-package\" value=\"org.apache.cordova.dialogs.Notification\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<allow-navigation href=\"cdvfile:*\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"Fingerprint\"><param name=\"android-package\" value=\"de.niklasmerz.cordova.biometric.Fingerprint\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"Globalization\"><param name=\"android-package\" value=\"org.apache.cordova.globalization.Globalization\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"MFPPushPlugin\"><param name=\"android-package\" value=\"com.ibm.mobilefirstplatform.clientsdk.cordovaplugins.push.CDVMFPPush\" /></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=\"SQLitePlugin\"><param name=\"android-package\" value=\"io.sqlc.SQLitePlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"CDVOrientation\"><param name=\"android-package\" value=\"cordova.plugins.screenorientation.CDVOrientation\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AndroidManifest.xml": {
|
||
|
|
"parents": {
|
||
|
|
"/*": [
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
|
||
|
|
"count": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.USE_BIOMETRIC\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\" />",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"application": [
|
||
|
|
{
|
||
|
|
"xml": "<provider android:authorities=\"${applicationId}.cordova.plugin.camera.provider\" android:exported=\"false\" android:grantUriPermissions=\"true\" android:name=\"org.apache.cordova.camera.FileProvider\"><meta-data android:name=\"android.support.FILE_PROVIDER_PATHS\" android:resource=\"@xml/camera_provider_paths\" /></provider>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<activity android:exported=\"true\" android:name=\"de.niklasmerz.cordova.biometric.BiometricActivity\" android:theme=\"@style/TransparentTheme\" />",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"/manifest": [
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
|
||
|
|
"count": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
|
||
|
|
"count": 2
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<permission android:name=\"com.gpr.gabinetedigital.permission.C2D_MESSAGE\" android:protectionLevel=\"signature\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.USE_CREDENTIALS\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"/manifest/application": [
|
||
|
|
{
|
||
|
|
"xml": "<activity android:name=\"com.worklight.wlclient.ui.UIActivity\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<activity android:name=\"com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPPushNotificationHandler\" android:theme=\"@android:style/Theme.NoDisplay\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<service android:exported=\"false\" android:name=\"com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPPushNewIntentService\"><intent-filter><action android:name=\"com.google.firebase.MESSAGING_EVENT\" /></intent-filter></service>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<service android:exported=\"true\" android:name=\"com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPPush\"><intent-filter><action android:name=\"com.google.firebase.INSTANCE_ID_EVENT\" /></intent-filter></service>",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"/manifest/application/activity": [
|
||
|
|
{
|
||
|
|
"xml": "<intent-filter><action android:name=\"com.gpr.gabinetedigital.IBMPushNotification\" /><category android:name=\"android.intent.category.DEFAULT\" /></intent-filter>",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"config.xml": {
|
||
|
|
"parents": {
|
||
|
|
"/*": [
|
||
|
|
{
|
||
|
|
"xml": "<platform name=\"android\"><preference name=\"AndroidXEnabled\" value=\"true\" /></platform>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"CDVIonicKeyboard\"><param name=\"android-package\" onload=\"true\" value=\"io.ionic.keyboard.CDVIonicKeyboard\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<allow-navigation href=\"http://localhost/*\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<allow-navigation href=\"https://localhost/*\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<allow-navigation href=\"ionic://*\" />",
|
||
|
|
"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
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"OkHttpPlugin\"><param name=\"android-package\" value=\"com.google.cordova.OkHttpPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLInitializationPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLInitializationPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"LoggerPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.LoggerPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLApp\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLApp\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"NativePage\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.NativePage\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"SecurityPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.SecurityPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"NetworkDetector\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.NetworkDetector\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"DeviceAuth\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.DeviceAuthPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WifiPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WifiPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"FIPSHttpPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.FIPSHttpPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLCustomDialog\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLCustomDialog\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLSplashScreen\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLSplashScreenPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLAuthorizationManagerPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLAuthorizationManagerPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLDirectUpdatePlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLDirectUpdatePlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLNativeXHRPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLNativeXHRPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLActionSenderPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLActionSenderPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLCertificatePinningPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLCertificatePinningPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"WLResourceRequestPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.WLResourceRequestPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"ChallengeHandlerPlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.plugin.ChallengeHandlerPlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<preference name=\"AndroidXEnabled\" value=\"true\" />",
|
||
|
|
"count": 1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"xml": "<feature name=\"StoragePlugin\"><param name=\"android-package\" value=\"com.worklight.androidgap.jsonstore.dispatchers.StoragePlugin\" /></feature>",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installed_plugins": {
|
||
|
|
"cordova-plugin-androidx-adapter": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-camera": {
|
||
|
|
"ANDROID_SUPPORT_V4_VERSION": "27.+",
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-device": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-dialogs": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-file": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-fingerprint-aio": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-globalization": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-inappbrowser": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-ionic-keyboard": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-ionic-webview": {
|
||
|
|
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+",
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-okhttp": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-mfp": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-mfp-push": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-splashscreen": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-statusbar": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-sqlite-storage": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-mfp-jsonstore": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"es6-promise-plugin": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
},
|
||
|
|
"cordova-plugin-screen-orientation": {
|
||
|
|
"PACKAGE_NAME": "com.gpr.gabinetedigital"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"dependent_plugins": {},
|
||
|
|
"modules": [
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-camera.Camera",
|
||
|
|
"file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
|
||
|
|
"pluginId": "cordova-plugin-camera",
|
||
|
|
"clobbers": [
|
||
|
|
"Camera"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-camera.CameraPopoverOptions",
|
||
|
|
"file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
|
||
|
|
"pluginId": "cordova-plugin-camera",
|
||
|
|
"clobbers": [
|
||
|
|
"CameraPopoverOptions"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-camera.camera",
|
||
|
|
"file": "plugins/cordova-plugin-camera/www/Camera.js",
|
||
|
|
"pluginId": "cordova-plugin-camera",
|
||
|
|
"clobbers": [
|
||
|
|
"navigator.camera"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-camera.CameraPopoverHandle",
|
||
|
|
"file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
|
||
|
|
"pluginId": "cordova-plugin-camera",
|
||
|
|
"clobbers": [
|
||
|
|
"CameraPopoverHandle"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-device.device",
|
||
|
|
"file": "plugins/cordova-plugin-device/www/device.js",
|
||
|
|
"pluginId": "cordova-plugin-device",
|
||
|
|
"clobbers": [
|
||
|
|
"device"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-dialogs.notification",
|
||
|
|
"file": "plugins/cordova-plugin-dialogs/www/notification.js",
|
||
|
|
"pluginId": "cordova-plugin-dialogs",
|
||
|
|
"merges": [
|
||
|
|
"navigator.notification"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-dialogs.notification_android",
|
||
|
|
"file": "plugins/cordova-plugin-dialogs/www/android/notification.js",
|
||
|
|
"pluginId": "cordova-plugin-dialogs",
|
||
|
|
"merges": [
|
||
|
|
"navigator.notification"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.DirectoryEntry",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/DirectoryEntry.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.DirectoryEntry"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.DirectoryReader",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/DirectoryReader.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.DirectoryReader"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.Entry",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/Entry.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.Entry"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.File",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/File.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.File"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileEntry",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileEntry.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileEntry"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileError",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileError.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileError"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileReader",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileReader.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileReader"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileSystem",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileSystem.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileSystem"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileUploadOptions",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileUploadOptions.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileUploadOptions"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileUploadResult",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileUploadResult.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileUploadResult"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.FileWriter",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/FileWriter.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.FileWriter"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.Flags",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/Flags.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.Flags"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.LocalFileSystem",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/LocalFileSystem.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.LocalFileSystem"
|
||
|
|
],
|
||
|
|
"merges": [
|
||
|
|
"window"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.Metadata",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/Metadata.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.Metadata"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.ProgressEvent",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/ProgressEvent.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.ProgressEvent"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.fileSystems",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/fileSystems.js",
|
||
|
|
"pluginId": "cordova-plugin-file"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.requestFileSystem",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/requestFileSystem.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"clobbers": [
|
||
|
|
"window.requestFileSystem"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.resolveLocalFileSystemURI",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"merges": [
|
||
|
|
"window"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.isChrome",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/browser/isChrome.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"runs": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.androidFileSystem",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/android/FileSystem.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"merges": [
|
||
|
|
"FileSystem"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.fileSystems-roots",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/fileSystems-roots.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"runs": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-file.fileSystemPaths",
|
||
|
|
"file": "plugins/cordova-plugin-file/www/fileSystemPaths.js",
|
||
|
|
"pluginId": "cordova-plugin-file",
|
||
|
|
"merges": [
|
||
|
|
"cordova"
|
||
|
|
],
|
||
|
|
"runs": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-fingerprint-aio.Fingerprint",
|
||
|
|
"file": "plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js",
|
||
|
|
"pluginId": "cordova-plugin-fingerprint-aio",
|
||
|
|
"clobbers": [
|
||
|
|
"Fingerprint"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-globalization.GlobalizationError",
|
||
|
|
"file": "plugins/cordova-plugin-globalization/www/GlobalizationError.js",
|
||
|
|
"pluginId": "cordova-plugin-globalization",
|
||
|
|
"clobbers": [
|
||
|
|
"window.GlobalizationError"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-globalization.globalization",
|
||
|
|
"file": "plugins/cordova-plugin-globalization/www/globalization.js",
|
||
|
|
"pluginId": "cordova-plugin-globalization",
|
||
|
|
"clobbers": [
|
||
|
|
"navigator.globalization"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-inappbrowser.inappbrowser",
|
||
|
|
"file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
|
||
|
|
"pluginId": "cordova-plugin-inappbrowser",
|
||
|
|
"clobbers": [
|
||
|
|
"cordova.InAppBrowser.open"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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-mfp.mfp",
|
||
|
|
"file": "plugins/cordova-plugin-mfp/bootstrap.js",
|
||
|
|
"pluginId": "cordova-plugin-mfp",
|
||
|
|
"runs": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-mfp-push.MFPPush",
|
||
|
|
"file": "plugins/cordova-plugin-mfp-push/www/MFPPush.js",
|
||
|
|
"pluginId": "cordova-plugin-mfp-push",
|
||
|
|
"clobbers": [
|
||
|
|
"MFPPush"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-sqlite-storage.SQLitePlugin",
|
||
|
|
"file": "plugins/cordova-sqlite-storage/www/SQLitePlugin.js",
|
||
|
|
"pluginId": "cordova-sqlite-storage",
|
||
|
|
"clobbers": [
|
||
|
|
"SQLitePlugin"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-mfp-jsonstore.jsonstore",
|
||
|
|
"file": "plugins/cordova-plugin-mfp-jsonstore/bootstrap.js",
|
||
|
|
"pluginId": "cordova-plugin-mfp-jsonstore",
|
||
|
|
"runs": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "es6-promise-plugin.Promise",
|
||
|
|
"file": "plugins/es6-promise-plugin/www/promise.js",
|
||
|
|
"pluginId": "es6-promise-plugin",
|
||
|
|
"runs": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "cordova-plugin-screen-orientation.screenorientation",
|
||
|
|
"file": "plugins/cordova-plugin-screen-orientation/www/screenorientation.js",
|
||
|
|
"pluginId": "cordova-plugin-screen-orientation",
|
||
|
|
"clobbers": [
|
||
|
|
"cordova.plugins.screenorientation"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"plugin_metadata": {
|
||
|
|
"cordova-plugin-androidx-adapter": "1.1.3",
|
||
|
|
"cordova-plugin-camera": "5.0.1",
|
||
|
|
"cordova-plugin-device": "2.0.3",
|
||
|
|
"cordova-plugin-dialogs": "2.0.2",
|
||
|
|
"cordova-plugin-file": "6.0.2",
|
||
|
|
"cordova-plugin-fingerprint-aio": "4.0.2",
|
||
|
|
"cordova-plugin-globalization": "1.11.0",
|
||
|
|
"cordova-plugin-inappbrowser": "4.1.0",
|
||
|
|
"cordova-plugin-ionic-keyboard": "2.2.0",
|
||
|
|
"cordova-plugin-ionic-webview": "4.2.1",
|
||
|
|
"cordova-plugin-okhttp": "2.0.0",
|
||
|
|
"cordova-plugin-mfp": "8.0.2021031007",
|
||
|
|
"cordova-plugin-mfp-push": "8.0.2021062405",
|
||
|
|
"cordova-plugin-splashscreen": "5.0.4",
|
||
|
|
"cordova-plugin-statusbar": "2.4.3",
|
||
|
|
"cordova-sqlite-storage": "5.1.0",
|
||
|
|
"cordova-plugin-mfp-jsonstore": "8.0.2021062408",
|
||
|
|
"es6-promise-plugin": "4.2.2",
|
||
|
|
"cordova-plugin-screen-orientation": "3.0.2"
|
||
|
|
}
|
||
|
|
}
|