70 lines
2.4 KiB
JSON
70 lines
2.4 KiB
JSON
{
|
|
"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
|
|
}
|
|
],
|
|
"/widget": [
|
|
{
|
|
"xml": "<feature name=\"BLE\"><param name=\"android-package\" value=\"com.megster.cordova.ble.central.BLECentralPlugin\" /></feature>",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"AndroidManifest.xml": {
|
|
"parents": {
|
|
"/manifest": [
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.BLUETOOTH\" />",
|
|
"count": 1
|
|
},
|
|
{
|
|
"xml": "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\" />",
|
|
"count": 1
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"installed_plugins": {
|
|
"cordova-plugin-whitelist": {
|
|
"PACKAGE_NAME": "org.censis.sensortoy"
|
|
},
|
|
"cordova-plugin-compat": {
|
|
"PACKAGE_NAME": "org.censis.sensortoy"
|
|
},
|
|
"cordova-plugin-ble-central": {
|
|
"PACKAGE_NAME": "org.censis.sensortoy"
|
|
}
|
|
},
|
|
"dependent_plugins": {},
|
|
"modules": [
|
|
{
|
|
"file": "plugins/cordova-plugin-ble-central/www/ble.js",
|
|
"id": "cordova-plugin-ble-central.ble",
|
|
"clobbers": [
|
|
"ble"
|
|
]
|
|
}
|
|
],
|
|
"plugin_metadata": {
|
|
"cordova-plugin-whitelist": "1.2.2",
|
|
"cordova-plugin-compat": "1.0.0",
|
|
"cordova-plugin-ble-central": "1.1.0"
|
|
}
|
|
} |