blob: 6103bb96e6286fc823a0cdb7dcc9d46636f05842 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001{
2 "prepare_queue": {
3 "installed": [],
4 "uninstalled": []
5 },
6 "config_munge": {
7 "files": {
8 "res/xml/config.xml": {
9 "parents": {
10 "/*": [
11 {
12 "xml": "<feature name=\"Fingerprint\"><param name=\"android-package\" value=\"de.niklasmerz.cordova.fingerprint.Fingerprint\" /></feature>",
13 "count": 1
14 },
15 {
16 "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
17 "count": 1
18 },
19 {
20 "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
21 "count": 1
22 },
23 {
24 "xml": "<allow-navigation href=\"cdvfile:*\" />",
25 "count": 1
26 },
27 {
28 "xml": "<feature name=\"CordovaHttpPlugin\"><param name=\"android-package\" value=\"com.silkimen.cordovahttp.CordovaHttpPlugin\" /></feature>",
29 "count": 1
30 },
31 {
32 "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
33 "count": 1
34 },
35 {
36 "xml": "<feature name=\"QRScanner\"><param name=\"android-package\" value=\"com.bitpay.cordova.qrscanner.QRScanner\" /></feature>",
37 "count": 1
38 },
39 {
40 "xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
41 "count": 1
42 },
43 {
44 "xml": "<feature name=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>",
45 "count": 1
46 },
47 {
48 "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
49 "count": 1
50 },
51 {
52 "xml": "<feature name=\"ThemeableBrowser\"><param name=\"android-package\" value=\"com.initialxy.cordova.themeablebrowser.ThemeableBrowser\" /></feature>",
53 "count": 1
qiaoweiaa6f1f62019-08-07 10:26:16 +080054 },
55 {
56 "xml": "<feature name=\"JPushPlugin\"><param name=\"android-package\" value=\"cn.jiguang.cordova.push.JPushPlugin\" /></feature>",
57 "count": 1
qiaoweif044a742019-07-10 16:04:20 +080058 }
59 ]
60 }
61 },
62 "AndroidManifest.xml": {
63 "parents": {
64 "/*": [
65 {
66 "xml": "<uses-permission android:name=\"android.permission.USE_FINGERPRINT\" />",
67 "count": 1
68 },
69 {
70 "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
71 "count": 2
72 },
73 {
74 "xml": "<uses-permission android:name=\"android.permission.CAMERA\" android:required=\"false\" />",
75 "count": 1
76 },
77 {
78 "xml": "<uses-feature android:name=\"android.hardware.camera\" android:required=\"false\" />",
79 "count": 1
80 },
81 {
82 "xml": "<uses-feature android:name=\"android.hardware.camera.front\" android:required=\"false\" />",
83 "count": 1
84 }
85 ],
86 "/manifest": [
87 {
88 "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
qiaoweiaa6f1f62019-08-07 10:26:16 +080089 "count": 2
90 },
91 {
92 "xml": "<permission android:name=\"com.supwisdom.dlapp.permission.JPUSH_MESSAGE\" android:protectionLevel=\"signature\" />",
93 "count": 1
94 },
95 {
96 "xml": "<uses-permission android:name=\"com.supwisdom.dlapp.permission.JPUSH_MESSAGE\" />",
97 "count": 1
98 },
99 {
100 "xml": "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\" />",
101 "count": 1
102 },
103 {
104 "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
105 "count": 1
106 },
107 {
108 "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
109 "count": 1
110 },
111 {
112 "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
113 "count": 1
114 },
115 {
116 "xml": "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\" />",
117 "count": 1
118 },
119 {
120 "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
121 "count": 1
122 },
123 {
124 "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
125 "count": 1
126 },
127 {
128 "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
129 "count": 1
130 },
131 {
132 "xml": "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\" />",
133 "count": 1
134 },
135 {
136 "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
137 "count": 1
138 },
139 {
140 "xml": "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" />",
141 "count": 1
142 },
143 {
144 "xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
145 "count": 1
146 },
147 {
148 "xml": "<uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\" />",
149 "count": 1
150 },
151 {
152 "xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
153 "count": 1
154 },
155 {
156 "xml": "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />",
157 "count": 1
158 },
159 {
160 "xml": "<uses-permission android:name=\"android.permission.GET_TASKS\" />",
qiaoweif044a742019-07-10 16:04:20 +0800161 "count": 1
162 }
163 ],
164 "application": [
165 {
166 "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>",
167 "count": 1
168 }
qiaoweiaa6f1f62019-08-07 10:26:16 +0800169 ],
170 "/manifest/application": [
171 {
172 "xml": "<activity android:exported=\"false\" android:name=\"cn.jpush.android.ui.PopWinActivity\" android:theme=\"@style/MyDialogStyle\"></activity>",
173 "count": 1
174 },
175 {
176 "xml": "<activity android:configChanges=\"orientation|keyboardHidden\" android:exported=\"false\" android:name=\"cn.jpush.android.ui.PushActivity\" android:theme=\"@android:style/Theme.NoTitleBar\"><intent-filter><action android:name=\"cn.jpush.android.ui.PushActivity\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"com.supwisdom.dlapp\" /></intent-filter></activity>",
177 "count": 1
178 },
179 {
180 "xml": "<service android:exported=\"false\" android:name=\"cn.jpush.android.service.PushService\" android:process=\":pushcore\"><intent-filter><action android:name=\"cn.jpush.android.intent.REGISTER\" /><action android:name=\"cn.jpush.android.intent.REPORT\" /><action android:name=\"cn.jpush.android.intent.PushService\" /><action android:name=\"cn.jpush.android.intent.PUSH_TIME\" /></intent-filter></service>",
181 "count": 1
182 },
183 {
184 "xml": "<provider android:authorities=\"com.supwisdom.dlapp.DataProvider\" android:exported=\"false\" android:name=\"cn.jpush.android.service.DataProvider\" android:process=\":pushcore\" />",
185 "count": 1
186 },
187 {
188 "xml": "<service android:enabled=\"true\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DaemonService\"><intent-filter><action android:name=\"cn.jpush.android.intent.DaemonService\" /><category android:name=\"com.supwisdom.dlapp\" /></intent-filter></service>",
189 "count": 1
190 },
191 {
192 "xml": "<provider android:authorities=\"com.supwisdom.dlapp.DownloadProvider\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DownloadProvider\" />",
193 "count": 1
194 },
195 {
196 "xml": "<receiver android:enabled=\"true\" android:exported=\"false\" android:name=\"cn.jpush.android.service.PushReceiver\"><intent-filter android:priority=\"1000\"><action android:name=\"cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY\" /><category android:name=\"com.supwisdom.dlapp\" /></intent-filter><intent-filter><action android:name=\"android.intent.action.USER_PRESENT\" /><action android:name=\"android.net.conn.CONNECTIVITY_CHANGE\" /></intent-filter><intent-filter><action android:name=\"android.intent.action.PACKAGE_ADDED\" /><action android:name=\"android.intent.action.PACKAGE_REMOVED\" /><data android:scheme=\"package\" /></intent-filter></receiver>",
197 "count": 1
198 },
199 {
200 "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.AlarmReceiver\" />",
201 "count": 1
202 },
203 {
204 "xml": "<receiver android:name=\"cn.jiguang.cordova.push.JPushEventReceiver\"><intent-filter><action android:name=\"cn.jpush.android.intent.RECEIVE_MESSAGE\" /><category android:name=\"com.supwisdom.dlapp\" /></intent-filter></receiver>",
205 "count": 1
206 },
207 {
208 "xml": "<activity android:exported=\"true\" android:name=\"cn.jpush.android.service.JNotifyActivity\" android:taskAffinity=\"jpush.custom\" android:theme=\"@android:style/Theme.Translucent.NoTitleBar\"><intent-filter><action android:name=\"cn.jpush.android.intent.JNotifyActivity\" /><category android:name=\"com.supwisdom.dlapp\" /></intent-filter></activity>",
209 "count": 1
210 },
211 {
212 "xml": "<service android:name=\"cn.jiguang.cordova.push.PushService\" android:process=\":pushcore\"><intent-filter><action android:name=\"cn.jiguang.user.service.action\" /></intent-filter></service>",
213 "count": 1
214 },
215 {
216 "xml": "<receiver android:enabled=\"true\" android:exported=\"false\" android:name=\"cn.jiguang.cordova.push.JPushReceiver\"><intent-filter><action android:name=\"cn.jpush.android.intent.REGISTRATION\" /><action android:name=\"cn.jpush.android.intent.MESSAGE_RECEIVED\" /><action android:name=\"cn.jpush.android.intent.NOTIFICATION_RECEIVED\" /><action android:name=\"cn.jpush.android.intent.NOTIFICATION_OPENED\" /><action android:name=\"cn.jpush.android.intent.CONNECTION\" /><category android:name=\"com.supwisdom.dlapp\" /></intent-filter></receiver>",
217 "count": 1
218 },
219 {
220 "xml": "<meta-data android:name=\"JPUSH_CHANNEL\" android:value=\"developer-default\" />",
221 "count": 1
222 },
223 {
224 "xml": "<meta-data android:name=\"JPUSH_APPKEY\" android:value=\"your_jpush_appkey\" />",
225 "count": 1
226 }
qiaoweif044a742019-07-10 16:04:20 +0800227 ]
228 }
229 },
230 "*-Info.plist": {
231 "parents": {
232 "NSCameraUsageDescription": [
233 {
234 "xml": "<string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>",
235 "count": 1,
236 "mode": "merge",
237 "id": "config.xml"
238 }
239 ]
240 }
241 }
242 }
243 },
244 "installed_plugins": {
245 "cordova-plugin-add-swift-support": {
246 "PACKAGE_NAME": "com.supwisdom.dlapp"
247 },
248 "cordova-plugin-fingerprint-aio": {
249 "PACKAGE_NAME": "com.supwisdom.dlapp"
250 },
251 "cordova-plugin-touch-id": {
252 "PACKAGE_NAME": "com.supwisdom.dlapp"
253 },
254 "cordova-plugin-whitelist": {
255 "PACKAGE_NAME": "com.supwisdom.dlapp"
256 },
257 "cordova-plugin-file": {
258 "PACKAGE_NAME": "com.supwisdom.dlapp"
259 },
260 "cordova-plugin-advanced-http": {
261 "OKHTTP_VERSION": "3.10.0",
262 "PACKAGE_NAME": "com.supwisdom.dlapp"
263 },
264 "cordova-plugin-statusbar": {
265 "PACKAGE_NAME": "com.supwisdom.dlapp"
266 },
267 "cordova-plugin-disable-ios11-statusbar": {
268 "PACKAGE_NAME": "com.supwisdom.dlapp"
269 },
270 "cordova-plugin-qrscanner": {
271 "PACKAGE_NAME": "com.supwisdom.dlapp"
272 },
273 "cordova-plugin-camera": {
274 "PACKAGE_NAME": "com.supwisdom.dlapp"
275 },
276 "cordova-plugin-inappbrowser": {
277 "PACKAGE_NAME": "com.supwisdom.dlapp"
278 },
279 "cordova-plugin-device": {
280 "PACKAGE_NAME": "com.supwisdom.dlapp"
281 },
282 "cordova-plugin-themeablebrowser": {
283 "PACKAGE_NAME": "com.supwisdom.dlapp"
qiaoweiaa6f1f62019-08-07 10:26:16 +0800284 },
285 "cordova-plugin-jcore": {
286 "PACKAGE_NAME": "com.supwisdom.dlapp"
287 },
288 "jpush-phonegap-plugin": {
289 "APP_KEY": "your_jpush_appkey",
290 "CHANNEL": "developer-default",
291 "PACKAGE_NAME": "com.supwisdom.dlapp"
qiaoweif044a742019-07-10 16:04:20 +0800292 }
293 },
294 "dependent_plugins": {},
295 "modules": [
296 {
297 "id": "cordova-plugin-fingerprint-aio.Fingerprint",
298 "file": "plugins/cordova-plugin-fingerprint-aio/www/Fingerprint.js",
299 "pluginId": "cordova-plugin-fingerprint-aio",
300 "clobbers": [
301 "Fingerprint"
302 ]
303 },
304 {
305 "id": "cordova-plugin-touch-id.TouchID",
306 "file": "plugins/cordova-plugin-touch-id/www/TouchID.js",
307 "pluginId": "cordova-plugin-touch-id",
308 "clobbers": [
309 "window.plugins.touchid"
310 ]
311 },
312 {
313 "id": "cordova-plugin-file.DirectoryEntry",
314 "file": "plugins/cordova-plugin-file/www/DirectoryEntry.js",
315 "pluginId": "cordova-plugin-file",
316 "clobbers": [
317 "window.DirectoryEntry"
318 ]
319 },
320 {
321 "id": "cordova-plugin-file.DirectoryReader",
322 "file": "plugins/cordova-plugin-file/www/DirectoryReader.js",
323 "pluginId": "cordova-plugin-file",
324 "clobbers": [
325 "window.DirectoryReader"
326 ]
327 },
328 {
329 "id": "cordova-plugin-file.Entry",
330 "file": "plugins/cordova-plugin-file/www/Entry.js",
331 "pluginId": "cordova-plugin-file",
332 "clobbers": [
333 "window.Entry"
334 ]
335 },
336 {
337 "id": "cordova-plugin-file.File",
338 "file": "plugins/cordova-plugin-file/www/File.js",
339 "pluginId": "cordova-plugin-file",
340 "clobbers": [
341 "window.File"
342 ]
343 },
344 {
345 "id": "cordova-plugin-file.FileEntry",
346 "file": "plugins/cordova-plugin-file/www/FileEntry.js",
347 "pluginId": "cordova-plugin-file",
348 "clobbers": [
349 "window.FileEntry"
350 ]
351 },
352 {
353 "id": "cordova-plugin-file.FileError",
354 "file": "plugins/cordova-plugin-file/www/FileError.js",
355 "pluginId": "cordova-plugin-file",
356 "clobbers": [
357 "window.FileError"
358 ]
359 },
360 {
361 "id": "cordova-plugin-file.FileReader",
362 "file": "plugins/cordova-plugin-file/www/FileReader.js",
363 "pluginId": "cordova-plugin-file",
364 "clobbers": [
365 "window.FileReader"
366 ]
367 },
368 {
369 "id": "cordova-plugin-file.FileSystem",
370 "file": "plugins/cordova-plugin-file/www/FileSystem.js",
371 "pluginId": "cordova-plugin-file",
372 "clobbers": [
373 "window.FileSystem"
374 ]
375 },
376 {
377 "id": "cordova-plugin-file.FileUploadOptions",
378 "file": "plugins/cordova-plugin-file/www/FileUploadOptions.js",
379 "pluginId": "cordova-plugin-file",
380 "clobbers": [
381 "window.FileUploadOptions"
382 ]
383 },
384 {
385 "id": "cordova-plugin-file.FileUploadResult",
386 "file": "plugins/cordova-plugin-file/www/FileUploadResult.js",
387 "pluginId": "cordova-plugin-file",
388 "clobbers": [
389 "window.FileUploadResult"
390 ]
391 },
392 {
393 "id": "cordova-plugin-file.FileWriter",
394 "file": "plugins/cordova-plugin-file/www/FileWriter.js",
395 "pluginId": "cordova-plugin-file",
396 "clobbers": [
397 "window.FileWriter"
398 ]
399 },
400 {
401 "id": "cordova-plugin-file.Flags",
402 "file": "plugins/cordova-plugin-file/www/Flags.js",
403 "pluginId": "cordova-plugin-file",
404 "clobbers": [
405 "window.Flags"
406 ]
407 },
408 {
409 "id": "cordova-plugin-file.LocalFileSystem",
410 "file": "plugins/cordova-plugin-file/www/LocalFileSystem.js",
411 "pluginId": "cordova-plugin-file",
412 "clobbers": [
413 "window.LocalFileSystem"
414 ],
415 "merges": [
416 "window"
417 ]
418 },
419 {
420 "id": "cordova-plugin-file.Metadata",
421 "file": "plugins/cordova-plugin-file/www/Metadata.js",
422 "pluginId": "cordova-plugin-file",
423 "clobbers": [
424 "window.Metadata"
425 ]
426 },
427 {
428 "id": "cordova-plugin-file.ProgressEvent",
429 "file": "plugins/cordova-plugin-file/www/ProgressEvent.js",
430 "pluginId": "cordova-plugin-file",
431 "clobbers": [
432 "window.ProgressEvent"
433 ]
434 },
435 {
436 "id": "cordova-plugin-file.fileSystems",
437 "file": "plugins/cordova-plugin-file/www/fileSystems.js",
438 "pluginId": "cordova-plugin-file"
439 },
440 {
441 "id": "cordova-plugin-file.requestFileSystem",
442 "file": "plugins/cordova-plugin-file/www/requestFileSystem.js",
443 "pluginId": "cordova-plugin-file",
444 "clobbers": [
445 "window.requestFileSystem"
446 ]
447 },
448 {
449 "id": "cordova-plugin-file.resolveLocalFileSystemURI",
450 "file": "plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js",
451 "pluginId": "cordova-plugin-file",
452 "merges": [
453 "window"
454 ]
455 },
456 {
457 "id": "cordova-plugin-file.isChrome",
458 "file": "plugins/cordova-plugin-file/www/browser/isChrome.js",
459 "pluginId": "cordova-plugin-file",
460 "runs": true
461 },
462 {
463 "id": "cordova-plugin-file.androidFileSystem",
464 "file": "plugins/cordova-plugin-file/www/android/FileSystem.js",
465 "pluginId": "cordova-plugin-file",
466 "merges": [
467 "FileSystem"
468 ]
469 },
470 {
471 "id": "cordova-plugin-file.fileSystems-roots",
472 "file": "plugins/cordova-plugin-file/www/fileSystems-roots.js",
473 "pluginId": "cordova-plugin-file",
474 "runs": true
475 },
476 {
477 "id": "cordova-plugin-file.fileSystemPaths",
478 "file": "plugins/cordova-plugin-file/www/fileSystemPaths.js",
479 "pluginId": "cordova-plugin-file",
480 "merges": [
481 "cordova"
482 ],
483 "runs": true
484 },
485 {
486 "id": "cordova-plugin-advanced-http.cookie-handler",
487 "file": "plugins/cordova-plugin-advanced-http/www/cookie-handler.js",
488 "pluginId": "cordova-plugin-advanced-http"
489 },
490 {
491 "id": "cordova-plugin-advanced-http.global-configs",
492 "file": "plugins/cordova-plugin-advanced-http/www/global-configs.js",
493 "pluginId": "cordova-plugin-advanced-http"
494 },
495 {
496 "id": "cordova-plugin-advanced-http.helpers",
497 "file": "plugins/cordova-plugin-advanced-http/www/helpers.js",
498 "pluginId": "cordova-plugin-advanced-http"
499 },
500 {
501 "id": "cordova-plugin-advanced-http.js-util",
502 "file": "plugins/cordova-plugin-advanced-http/www/js-util.js",
503 "pluginId": "cordova-plugin-advanced-http"
504 },
505 {
506 "id": "cordova-plugin-advanced-http.local-storage-store",
507 "file": "plugins/cordova-plugin-advanced-http/www/local-storage-store.js",
508 "pluginId": "cordova-plugin-advanced-http"
509 },
510 {
511 "id": "cordova-plugin-advanced-http.lodash",
512 "file": "plugins/cordova-plugin-advanced-http/www/lodash.js",
513 "pluginId": "cordova-plugin-advanced-http"
514 },
515 {
516 "id": "cordova-plugin-advanced-http.messages",
517 "file": "plugins/cordova-plugin-advanced-http/www/messages.js",
518 "pluginId": "cordova-plugin-advanced-http"
519 },
520 {
521 "id": "cordova-plugin-advanced-http.public-interface",
522 "file": "plugins/cordova-plugin-advanced-http/www/public-interface.js",
523 "pluginId": "cordova-plugin-advanced-http"
524 },
525 {
526 "id": "cordova-plugin-advanced-http.tough-cookie",
527 "file": "plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js",
528 "pluginId": "cordova-plugin-advanced-http"
529 },
530 {
531 "id": "cordova-plugin-advanced-http.url-util",
532 "file": "plugins/cordova-plugin-advanced-http/www/url-util.js",
533 "pluginId": "cordova-plugin-advanced-http"
534 },
535 {
536 "id": "cordova-plugin-advanced-http.http",
537 "file": "plugins/cordova-plugin-advanced-http/www/advanced-http.js",
538 "pluginId": "cordova-plugin-advanced-http",
539 "clobbers": [
540 "cordova.plugin.http"
541 ]
542 },
543 {
544 "id": "cordova-plugin-statusbar.statusbar",
545 "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
546 "pluginId": "cordova-plugin-statusbar",
547 "clobbers": [
548 "window.StatusBar"
549 ]
550 },
551 {
552 "id": "cordova-plugin-qrscanner.QRScanner",
553 "file": "plugins/cordova-plugin-qrscanner/www/www.min.js",
554 "pluginId": "cordova-plugin-qrscanner",
555 "clobbers": [
556 "QRScanner"
557 ]
558 },
559 {
560 "id": "cordova-plugin-camera.Camera",
561 "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
562 "pluginId": "cordova-plugin-camera",
563 "clobbers": [
564 "Camera"
565 ]
566 },
567 {
568 "id": "cordova-plugin-camera.CameraPopoverOptions",
569 "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
570 "pluginId": "cordova-plugin-camera",
571 "clobbers": [
572 "CameraPopoverOptions"
573 ]
574 },
575 {
576 "id": "cordova-plugin-camera.camera",
577 "file": "plugins/cordova-plugin-camera/www/Camera.js",
578 "pluginId": "cordova-plugin-camera",
579 "clobbers": [
580 "navigator.camera"
581 ]
582 },
583 {
584 "id": "cordova-plugin-camera.CameraPopoverHandle",
585 "file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
586 "pluginId": "cordova-plugin-camera",
587 "clobbers": [
588 "CameraPopoverHandle"
589 ]
590 },
591 {
592 "id": "cordova-plugin-inappbrowser.inappbrowser",
593 "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
594 "pluginId": "cordova-plugin-inappbrowser",
595 "clobbers": [
596 "cordova.InAppBrowser.open",
597 "window.open"
598 ]
599 },
600 {
601 "id": "cordova-plugin-device.device",
602 "file": "plugins/cordova-plugin-device/www/device.js",
603 "pluginId": "cordova-plugin-device",
604 "clobbers": [
605 "device"
606 ]
607 },
608 {
609 "id": "cordova-plugin-themeablebrowser.themeablebrowser",
610 "file": "plugins/cordova-plugin-themeablebrowser/www/themeablebrowser.js",
611 "pluginId": "cordova-plugin-themeablebrowser",
612 "clobbers": [
613 "cordova.ThemeableBrowser"
614 ]
qiaoweiaa6f1f62019-08-07 10:26:16 +0800615 },
616 {
617 "id": "jpush-phonegap-plugin.JPushPlugin",
618 "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
619 "pluginId": "jpush-phonegap-plugin",
620 "clobbers": [
621 "JPush"
622 ]
qiaoweif044a742019-07-10 16:04:20 +0800623 }
624 ],
625 "plugin_metadata": {
626 "cordova-plugin-add-swift-support": "2.0.2",
627 "cordova-plugin-fingerprint-aio": "1.7.0",
628 "cordova-plugin-touch-id": "3.3.1",
629 "cordova-plugin-whitelist": "1.3.3",
630 "cordova-plugin-file": "6.0.1",
631 "cordova-plugin-advanced-http": "2.1.1",
632 "cordova-plugin-statusbar": "2.4.2",
633 "cordova-plugin-disable-ios11-statusbar": "1.0.0",
634 "cordova-plugin-qrscanner": "3.0.1",
635 "cordova-plugin-camera": "4.0.3",
636 "cordova-plugin-inappbrowser": "3.0.0",
637 "cordova-plugin-device": "2.0.2",
qiaoweiaa6f1f62019-08-07 10:26:16 +0800638 "cordova-plugin-themeablebrowser": "0.2.17",
639 "cordova-plugin-jcore": "1.3.0",
640 "jpush-phonegap-plugin": "3.7.2"
qiaoweif044a742019-07-10 16:04:20 +0800641 }
642}