-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathandroid.json
51 lines (51 loc) · 1.6 KB
/
android.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"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=\"BarcodeScanner\"><param name=\"android-package\" value=\"com.phonegap.plugins.loadui.LoadUI\" /></feature>",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"cordova-plugin-whitelist": {
"PACKAGE_NAME": "com.assign.first"
},
"cordova-plugin-compat": {
"PACKAGE_NAME": "com.assign.first"
},
"phonegap-plugin-loadui": {
"PACKAGE_NAME": "com.assign.first"
}
},
"dependent_plugins": {},
"modules": [
{
"id": "phonegap-plugin-loadui.LoadUI",
"file": "plugins/phonegap-plugin-loadui/www/loadui.js",
"pluginId": "phonegap-plugin-loadui",
"clobbers": [
"cordova.plugins.loadUI"
]
}
],
"plugin_metadata": {
"cordova-plugin-whitelist": "1.3.2",
"cordova-plugin-compat": "1.1.0",
"phonegap-plugin-loadui": "6.0.5"
}
}