590 lines
22 KiB
JSON
Executable File
590 lines
22 KiB
JSON
Executable File
{
|
|
"prepare_queue": {
|
|
"installed": [],
|
|
"uninstalled": []
|
|
},
|
|
"config_munge": {
|
|
"files": {
|
|
"res/xml/config.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<feature name=\"ActionSheet\"><param name=\"android-package\" value=\"nl.xservices.plugins.actionsheet.ActionSheet\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"Permissions\"><param name=\"android-package\" value=\"com.android.plugins.Permissions\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"DatePickerPlugin\"><param name=\"android-package\" value=\"com.plugin.datepicker.DatePickerPlugin\" /></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=\"Fingerprint\"><param name=\"android-package\" value=\"de.niklasmerz.cordova.fingerprint.Fingerprint\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"Geolocation\"><param name=\"android-package\" value=\"org.apache.cordova.geolocation.Geolocation\" /></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
|
|
},
|
|
{
|
|
"xml": "<feature name=\"SQLitePlugin\"><param name=\"android-package\" value=\"io.sqlc.SQLitePlugin\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"LaunchNavigator\"><param name=\"android-package\" value=\"uk.co.workingedge.phonegap.plugin.LaunchNavigator\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"BackgroundGeolocation\"><param name=\"android-package\" value=\"com.tenforwardconsulting.bgloc.cordova.BackgroundGeolocationPlugin\" /></feature>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<feature name=\"PushNotification\"><param name=\"android-package\" value=\"com.adobe.phonegap.push.PushPlugin\" /></feature>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"AndroidManifest.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-feature android:name=\"android.hardware.location.gps\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
|
|
"count": 1
|
|
}
|
|
],
|
|
"application": [
|
|
{
|
|
"xml": "<provider android:authorities=\"${applicationId}.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
|
|
}
|
|
],
|
|
"/manifest/application": [
|
|
{
|
|
"xml": "<meta-data android:name=\"com.google.android.gms.version\" android:value=\"@integer/google_play_services_version\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<service android:exported=\"true\" android:name=\"com.marianhello.bgloc.sync.SyncService\" android:process=\":sync\"><intent-filter><action android:name=\"android.content.SyncAdapter\" /></intent-filter><meta-data android:name=\"android.content.SyncAdapter\" android:resource=\"@xml/syncadapter\" /></service>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<service android:name=\"com.marianhello.bgloc.sync.AuthenticatorService\"><intent-filter><action android:name=\"android.accounts.AccountAuthenticator\" /></intent-filter><meta-data android:name=\"android.accounts.AccountAuthenticator\" android:resource=\"@xml/authenticator\" /></service>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<provider android:authorities=\"@string/mauron85_bgloc_content_authority\" android:exported=\"false\" android:name=\"com.marianhello.bgloc.data.provider.LocationContentProvider\" android:syncable=\"true\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<service android:enabled=\"true\" android:exported=\"false\" android:name=\"com.marianhello.bgloc.service.LocationServiceImpl\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<receiver android:enabled=\"true\" android:exported=\"true\" android:name=\"com.marianhello.bgloc.BootCompletedReceiver\"><intent-filter><action android:name=\"android.intent.action.BOOT_COMPLETED\" /></intent-filter></receiver>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<activity android:exported=\"true\" android:name=\"com.adobe.phonegap.push.PushHandlerActivity\" android:permission=\"${applicationId}.permission.PushHandlerActivity\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<receiver android:name=\"com.adobe.phonegap.push.BackgroundActionButtonHandler\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<receiver android:name=\"com.adobe.phonegap.push.PushDismissedHandler\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<service android:name=\"com.adobe.phonegap.push.FCMService\"><intent-filter><action android:name=\"com.google.firebase.MESSAGING_EVENT\" /></intent-filter></service>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<service android:name=\"com.adobe.phonegap.push.PushInstanceIDListenerService\"><intent-filter><action android:name=\"com.google.firebase.INSTANCE_ID_EVENT\" /></intent-filter></service>",
|
|
"count": 1
|
|
}
|
|
],
|
|
"/manifest": [
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.AUTHENTICATE_ACCOUNTS\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.READ_SYNC_SETTINGS\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.WRITE_SYNC_SETTINGS\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"com.google.android.gms.permission.ACTIVITY_RECOGNITION\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
|
|
"count": 2
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
|
|
"count": 2
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
|
|
"count": 2
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.hardware.location\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
|
|
"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
|
|
},
|
|
{
|
|
"xml": "<feature name=\"RequestLocationAccuracy\"><param name=\"android-package\" value=\"cordova.plugin.RequestLocationAccuracy\" /></feature>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"res/values/strings.xml": {
|
|
"parents": {
|
|
"/resources": [
|
|
{
|
|
"xml": "<string name=\"mauron85_bgloc_account_name\">@string/app_name</string>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<string name=\"mauron85_bgloc_account_type\">io.ionic.starter.account</string>",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<string name=\"mauron85_bgloc_content_authority\">io.ionic.starter</string>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"res/xml/authenticator.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<account-authenticator android:accountType=\"@string/mauron85_bgloc_account_type\" android:icon=\"@mipmap/icon\" android:label=\"@string/app_name\" android:smallIcon=\"@mipmap/icon\" xmlns:android=\"http://schemas.android.com/apk/res/android\" />",
|
|
"count": 1,
|
|
"mode": "overwrite",
|
|
"plugin": "cordova-plugin-mauron85-background-geolocation",
|
|
"oldAttrib": {
|
|
"android:accountType": "@string/mauron85_bgloc_account_type",
|
|
"android:icon": "@mipmap/icon",
|
|
"android:label": "@string/app_name",
|
|
"android:smallIcon": "@mipmap/icon",
|
|
"xmlns:android": "http://schemas.android.com/apk/res/android"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"res/xml/syncadapter.xml": {
|
|
"parents": {
|
|
"/*": [
|
|
{
|
|
"xml": "<sync-adapter android:accountType=\"@string/mauron85_bgloc_account_type\" android:allowParallelSyncs=\"false\" android:contentAuthority=\"@string/mauron85_bgloc_content_authority\" android:isAlwaysSyncable=\"true\" android:supportsUploading=\"true\" android:userVisible=\"false\" xmlns:android=\"http://schemas.android.com/apk/res/android\" />",
|
|
"count": 1,
|
|
"mode": "overwrite",
|
|
"plugin": "cordova-plugin-mauron85-background-geolocation",
|
|
"oldAttrib": {
|
|
"android:accountType": "@string/mauron85_bgloc_account_type",
|
|
"android:allowParallelSyncs": "false",
|
|
"android:contentAuthority": "@string/mauron85_bgloc_content_authority",
|
|
"android:isAlwaysSyncable": "true",
|
|
"android:supportsUploading": "true",
|
|
"android:userVisible": "false",
|
|
"xmlns:android": "http://schemas.android.com/apk/res/android"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"installed_plugins": {
|
|
"cordova-plugin-actionsheet": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-android-permissions": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-camera": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-datepicker": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-device": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-dialogs": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-fingerprint-aio": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-geolocation": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-ionic-keyboard": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-ionic-webview": {
|
|
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+",
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-request-location-accuracy": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-splashscreen": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-statusbar": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-whitelist": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-sqlite-storage": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": {
|
|
"OKHTTP_VERSION": "3.+",
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-plugin-mauron85-background-geolocation": {
|
|
"GOOGLE_PLAY_SERVICES_VERSION": "11+",
|
|
"ANDROID_SUPPORT_LIBRARY_VERSION": "26+",
|
|
"ICON": "@mipmap/icon",
|
|
"SMALL_ICON": "@mipmap/icon",
|
|
"ACCOUNT_NAME": "@string/app_name",
|
|
"ACCOUNT_LABEL": "@string/app_name",
|
|
"ACCOUNT_TYPE": "$PACKAGE_NAME.account",
|
|
"CONTENT_AUTHORITY": "$PACKAGE_NAME",
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"cordova-support-google-services": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"phonegap-plugin-multidex": {
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
},
|
|
"phonegap-plugin-push": {
|
|
"ANDROID_SUPPORT_V13_VERSION": "27.+",
|
|
"FCM_VERSION": "11.6.2",
|
|
"PACKAGE_NAME": "io.ionic.starter"
|
|
}
|
|
},
|
|
"dependent_plugins": {},
|
|
"modules": [
|
|
{
|
|
"id": "cordova-plugin-actionsheet.ActionSheet",
|
|
"file": "plugins/cordova-plugin-actionsheet/www/ActionSheet.js",
|
|
"pluginId": "cordova-plugin-actionsheet",
|
|
"clobbers": [
|
|
"window.plugins.actionsheet"
|
|
]
|
|
},
|
|
{
|
|
"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-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-datepicker.DatePicker",
|
|
"file": "plugins/cordova-plugin-datepicker/www/android/DatePicker.js",
|
|
"pluginId": "cordova-plugin-datepicker",
|
|
"clobbers": [
|
|
"datePicker"
|
|
]
|
|
},
|
|
{
|
|
"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-fingerprint-aio.Fingerprint",
|
|
"file": "plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js",
|
|
"pluginId": "cordova-plugin-fingerprint-aio",
|
|
"clobbers": [
|
|
"Fingerprint"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-geolocation.geolocation",
|
|
"file": "plugins/cordova-plugin-geolocation/www/android/geolocation.js",
|
|
"pluginId": "cordova-plugin-geolocation",
|
|
"clobbers": [
|
|
"navigator.geolocation"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-geolocation.PositionError",
|
|
"file": "plugins/cordova-plugin-geolocation/www/PositionError.js",
|
|
"pluginId": "cordova-plugin-geolocation",
|
|
"runs": true
|
|
},
|
|
{
|
|
"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-request-location-accuracy.RequestLocationAccuracy",
|
|
"file": "plugins/cordova-plugin-request-location-accuracy/www/android/RequestLocationAccuracy.js",
|
|
"pluginId": "cordova-plugin-request-location-accuracy",
|
|
"clobbers": [
|
|
"cordova.plugins.locationAccuracy"
|
|
]
|
|
},
|
|
{
|
|
"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": "uk.co.workingedge.phonegap.plugin.launchnavigator.Common",
|
|
"file": "plugins/uk.co.workingedge.phonegap.plugin.launchnavigator/www/common.js",
|
|
"pluginId": "uk.co.workingedge.phonegap.plugin.launchnavigator",
|
|
"clobbers": [
|
|
"launchnavigator"
|
|
]
|
|
},
|
|
{
|
|
"id": "uk.co.workingedge.phonegap.plugin.launchnavigator.LocalForage",
|
|
"file": "plugins/uk.co.workingedge.phonegap.plugin.launchnavigator/www/localforage.v1.5.0.min.js",
|
|
"pluginId": "uk.co.workingedge.phonegap.plugin.launchnavigator",
|
|
"clobbers": [
|
|
"localforage"
|
|
]
|
|
},
|
|
{
|
|
"id": "uk.co.workingedge.phonegap.plugin.launchnavigator.LaunchNavigator",
|
|
"file": "plugins/uk.co.workingedge.phonegap.plugin.launchnavigator/www/android/launchnavigator.js",
|
|
"pluginId": "uk.co.workingedge.phonegap.plugin.launchnavigator",
|
|
"merges": [
|
|
"launchnavigator"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-mauron85-background-geolocation.BackgroundGeolocation",
|
|
"file": "plugins/cordova-plugin-mauron85-background-geolocation/www/BackgroundGeolocation.js",
|
|
"pluginId": "cordova-plugin-mauron85-background-geolocation",
|
|
"clobbers": [
|
|
"BackgroundGeolocation"
|
|
]
|
|
},
|
|
{
|
|
"id": "cordova-plugin-mauron85-background-geolocation.radio",
|
|
"file": "plugins/cordova-plugin-mauron85-background-geolocation/www/radio.js",
|
|
"pluginId": "cordova-plugin-mauron85-background-geolocation"
|
|
},
|
|
{
|
|
"id": "phonegap-plugin-push.PushNotification",
|
|
"file": "plugins/phonegap-plugin-push/www/push.js",
|
|
"pluginId": "phonegap-plugin-push",
|
|
"clobbers": [
|
|
"PushNotification"
|
|
]
|
|
}
|
|
],
|
|
"plugin_metadata": {
|
|
"cordova-plugin-actionsheet": "2.3.3",
|
|
"cordova-plugin-android-permissions": "1.0.0",
|
|
"cordova-plugin-camera": "4.0.3",
|
|
"cordova-plugin-datepicker": "0.9.3",
|
|
"cordova-plugin-device": "2.0.2",
|
|
"cordova-plugin-dialogs": "2.0.1",
|
|
"cordova-plugin-fingerprint-aio": "1.4.1",
|
|
"cordova-plugin-geolocation": "2.4.3",
|
|
"cordova-plugin-ionic-keyboard": "2.1.3",
|
|
"cordova-plugin-ionic-webview": "2.2.0",
|
|
"cordova-plugin-request-location-accuracy": "2.2.3",
|
|
"cordova-plugin-splashscreen": "5.0.2",
|
|
"cordova-plugin-statusbar": "2.4.2",
|
|
"cordova-plugin-whitelist": "1.3.3",
|
|
"cordova-sqlite-storage": "2.6.0",
|
|
"uk.co.workingedge.phonegap.plugin.launchnavigator": "4.2.2",
|
|
"cordova-plugin-mauron85-background-geolocation": "3.0.0-alpha.50",
|
|
"cordova-support-google-services": "1.1.0",
|
|
"phonegap-plugin-multidex": "1.0.0",
|
|
"phonegap-plugin-push": "2.2.3"
|
|
}
|
|
} |