Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:22:31 +02:00
parent d11a39d41d
commit 1811c5b0dc

View File

@ -0,0 +1,180 @@
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"res/xml/config.xml": {
"parents": {
"/*": [
{
"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=\"Sensors\"><param name=\"android-package\" value=\"fr.quentinroy.plugin.Sensors\" /></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": "<feature name=\"NetworkingBluetooth\"><param name=\"android-package\" value=\"cordova.plugin.networking.bluetooth.NetworkingBluetooth\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Contacts\"><param name=\"android-package\" value=\"org.apache.cordova.contacts.ContactManager\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Geolocation\"><param name=\"android-package\" value=\"org.apache.cordova.geolocation.GeoBroker\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"DialogGPS\"><param name=\"android-package\" value=\"cl.rmd.cordova.dialoggps.DialogGPS\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"CordovaHttpPlugin\"><param name=\"android-package\" value=\"com.synconset.CordovaHttpPlugin\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"BackgroundMode\"><param name=\"android-package\" value=\"de.appplant.cordova.plugin.background.BackgroundMode\" /></feature>",
"count": 1
},
{
"xml": "<preference name=\"KeepRunning\" value=\"true\" />",
"count": 1
},
{
"xml": "<preference name=\"AndroidLaunchMode\" value=\"singleInstance\" />",
"count": 1
}
]
}
},
"AndroidManifest.xml": {
"parents": {
"/*": [
{
"xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.BLUETOOTH\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.READ_CONTACTS\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\" />",
"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
}
],
"/manifest/application": [
{
"xml": "<service android:name=\"de.appplant.cordova.plugin.background.ForegroundService\" />",
"count": 1
}
],
"/manifest": [
{
"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.INTERNET\" />",
"count": 1
},
{
"xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
"count": 1
}
]
}
},
"app/src/main/res/values/strings.xml": {
"parents": {
"/*": []
}
},
"app/src/main/res/values/colors.xml": {
"parents": {
"/*": []
}
},
"res/values/strings.xml": {
"parents": {
"/*": []
}
},
"res/values/colors.xml": {
"parents": {
"/*": []
}
}
}
},
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cordova-plugin-android-sensor-listeners": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cordova-plugin-file": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cordova-plugin-networking-bluetooth": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cordova-plugin-contacts": {
"PACKAGE_NAME": "com.bslab.jam"
},
"org.apache.cordova.geolocation": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cl.rmd.cordova.dialoggps": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cordova-plugin-http": {
"PACKAGE_NAME": "com.bslab.jam"
},
"cordova-plugin-background-mode": {
"PACKAGE_NAME": "com.bslab.jam"
}
},
"dependent_plugins": {
"cordova-plugin-device": {
"PACKAGE_NAME": "com.bslab.jam"
}
}
}