android.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. {
  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=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
  17. "count": 1
  18. },
  19. {
  20. "xml": "<feature name=\"JPushPlugin\"><param name=\"android-package\" value=\"cn.jiguang.cordova.push.JPushPlugin\" /></feature>",
  21. "count": 1
  22. },
  23. {
  24. "xml": "<feature name=\"Wechat\"><param name=\"android-package\" value=\"xu.li.cordova.wechat.Wechat\" /></feature>",
  25. "count": 1
  26. },
  27. {
  28. "xml": "<preference name=\"WECHATAPPID\" value=\"wx1bb4342986c22b28\" />",
  29. "count": 1
  30. },
  31. {
  32. "xml": "<feature name=\"LaunchMyApp\"><param name=\"android-package\" value=\"nl.xservices.plugins.LaunchMyApp\" /></feature>",
  33. "count": 1
  34. },
  35. {
  36. "xml": "<feature name=\"AndroidFullScreen\"><param name=\"android-package\" value=\"com.mesmotronic.plugins.FullScreenPlugin\" /></feature>",
  37. "count": 1
  38. },
  39. {
  40. "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></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=\"AppVersion\"><param name=\"android-package\" value=\"uk.co.whiteoctober.cordova.AppVersion\" /></feature>",
  49. "count": 1
  50. },
  51. {
  52. "xml": "<feature name=\"alipay\"><param name=\"android-package\" value=\"cn.hhjjj.alipay.alipay\" /></feature>",
  53. "count": 2
  54. },
  55. {
  56. "xml": "<feature name=\"Keyboard\"><param name=\"android-package\" value=\"io.ionic.keyboard.IonicKeyboard\" /><param name=\"onload\" value=\"true\" /></feature>",
  57. "count": 1
  58. },
  59. {
  60. "xml": "<feature name=\"File\"><param name=\"android-package\" value=\"org.apache.cordova.file.FileUtils\" /><param name=\"onload\" value=\"true\" /></feature>",
  61. "count": 1
  62. },
  63. {
  64. "xml": "<allow-navigation href=\"cdvfile:*\" />",
  65. "count": 1
  66. },
  67. {
  68. "xml": "<feature name=\"FileTransfer\"><param name=\"android-package\" value=\"org.apache.cordova.filetransfer.FileTransfer\" /></feature>",
  69. "count": 1
  70. },
  71. {
  72. "xml": "<feature name=\"FileOpener2\"><param name=\"android-package\" value=\"io.github.pwlin.cordova.plugins.fileopener2.FileOpener2\" /></feature>",
  73. "count": 1
  74. },
  75. {
  76. "xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
  77. "count": 1
  78. }
  79. ],
  80. "/widget": []
  81. }
  82. },
  83. "AndroidManifest.xml": {
  84. "parents": {
  85. "/manifest": [
  86. {
  87. "xml": "<permission android:name=\"com.shotshock.twong.permission.JPUSH_MESSAGE\" android:protectionLevel=\"signature\" />",
  88. "count": 1
  89. },
  90. {
  91. "xml": "<uses-permission android:name=\"com.shotshock.twong.permission.JPUSH_MESSAGE\" />",
  92. "count": 1
  93. },
  94. {
  95. "xml": "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\" />",
  96. "count": 1
  97. },
  98. {
  99. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  100. "count": 1
  101. },
  102. {
  103. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  104. "count": 1
  105. },
  106. {
  107. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  108. "count": 1
  109. },
  110. {
  111. "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  112. "count": 1
  113. },
  114. {
  115. "xml": "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\" />",
  116. "count": 1
  117. },
  118. {
  119. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  120. "count": 1
  121. },
  122. {
  123. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  124. "count": 1
  125. },
  126. {
  127. "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
  128. "count": 1
  129. },
  130. {
  131. "xml": "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\" />",
  132. "count": 1
  133. },
  134. {
  135. "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
  136. "count": 1
  137. },
  138. {
  139. "xml": "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" />",
  140. "count": 1
  141. },
  142. {
  143. "xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
  144. "count": 1
  145. },
  146. {
  147. "xml": "<uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\" />",
  148. "count": 1
  149. },
  150. {
  151. "xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
  152. "count": 1
  153. },
  154. {
  155. "xml": "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />",
  156. "count": 1
  157. },
  158. {
  159. "xml": "<uses-permission android:name=\"android.permission.GET_TASKS\" />",
  160. "count": 1
  161. },
  162. {
  163. "xml": "<uses-permission android:name=\"com.huawei.android.launcher.permission.CHANGE_BADGE \" />",
  164. "count": 1
  165. }
  166. ],
  167. "/manifest/application": [
  168. {
  169. "xml": "<activity android:exported=\"false\" android:name=\"cn.jpush.android.ui.PopWinActivity\" android:theme=\"@style/MyDialogStyle\"></activity>",
  170. "count": 1
  171. },
  172. {
  173. "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.shotshock.twong\" /></intent-filter></activity>",
  174. "count": 1
  175. },
  176. {
  177. "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>",
  178. "count": 1
  179. },
  180. {
  181. "xml": "<provider android:authorities=\"com.shotshock.twong.DataProvider\" android:exported=\"false\" android:name=\"cn.jpush.android.service.DataProvider\" android:process=\":pushcore\" />",
  182. "count": 1
  183. },
  184. {
  185. "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.shotshock.twong\" /></intent-filter></service>",
  186. "count": 1
  187. },
  188. {
  189. "xml": "<provider android:authorities=\"com.shotshock.twong.DownloadProvider\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DownloadProvider\" />",
  190. "count": 1
  191. },
  192. {
  193. "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.shotshock.twong\" /></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>",
  194. "count": 1
  195. },
  196. {
  197. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.AlarmReceiver\" />",
  198. "count": 1
  199. },
  200. {
  201. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.SchedulerReceiver\" />",
  202. "count": 1
  203. },
  204. {
  205. "xml": "<receiver android:name=\"cn.jiguang.cordova.push.JPushEventReceiver\"><intent-filter><action android:name=\"cn.jpush.android.intent.RECEIVE_MESSAGE\" /><category android:name=\"com.shotshock.twong\" /></intent-filter></receiver>",
  206. "count": 1
  207. },
  208. {
  209. "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.shotshock.twong\" /></intent-filter></activity>",
  210. "count": 1
  211. },
  212. {
  213. "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>",
  214. "count": 1
  215. },
  216. {
  217. "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.shotshock.twong\" /></intent-filter></receiver>",
  218. "count": 1
  219. },
  220. {
  221. "xml": "<meta-data android:name=\"JPUSH_CHANNEL\" android:value=\"developer-default\" />",
  222. "count": 1
  223. },
  224. {
  225. "xml": "<meta-data android:name=\"JPUSH_APPKEY\" android:value=\"ab09fb9a832156e9c500ee68\" />",
  226. "count": 1
  227. },
  228. {
  229. "xml": "<activity android:exported=\"true\" android:label=\"@string/launcher_name\" android:launchMode=\"singleTask\" android:name=\".wxapi.WXEntryActivity\" android:taskAffinity=\"com.shotshock.twong\"><intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><data android:scheme=\"wx1bb4342986c22b28\" /></intent-filter></activity>",
  230. "count": 1
  231. },
  232. {
  233. "xml": "<activity android:exported=\"true\" android:label=\"@string/launcher_name\" android:launchMode=\"singleTop\" android:name=\".wxapi.WXPayEntryActivity\"><intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><data android:scheme=\"wx1bb4342986c22b28\" /></intent-filter></activity>",
  234. "count": 1
  235. },
  236. {
  237. "xml": "<meta-data android:name=\"android.max_aspect\" android:value=\"2.16\" />",
  238. "count": 1
  239. }
  240. ],
  241. "/*": [
  242. {
  243. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  244. "count": 3
  245. },
  246. {
  247. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  248. "count": 3
  249. },
  250. {
  251. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  252. "count": 3
  253. },
  254. {
  255. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  256. "count": 1
  257. },
  258. {
  259. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  260. "count": 3
  261. },
  262. {
  263. "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  264. "count": 1
  265. },
  266. {
  267. "xml": "<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\" />",
  268. "count": 1
  269. }
  270. ],
  271. "/manifest/application/activity": [
  272. {
  273. "xml": "<intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"android.intent.category.BROWSABLE\" /><data android:scheme=\"app\" /></intent-filter>",
  274. "count": 1
  275. },
  276. {
  277. "xml": "<intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"android.intent.category.BROWSABLE\" /><data android:host=\" \" android:pathPrefix=\"/\" android:scheme=\" \" /></intent-filter>",
  278. "count": 1
  279. }
  280. ],
  281. "application": [
  282. {
  283. "xml": "<provider android:authorities=\"${applicationId}.fileOpener2.provider\" android:exported=\"false\" android:grantUriPermissions=\"true\" android:name=\"io.github.pwlin.cordova.plugins.fileopener2.FileProvider\"><meta-data android:name=\"android.support.FILE_PROVIDER_PATHS\" android:resource=\"@xml/opener_paths\" /></provider>",
  284. "count": 1
  285. }
  286. ]
  287. }
  288. },
  289. "config.xml": {
  290. "parents": {
  291. "/*": []
  292. }
  293. }
  294. }
  295. },
  296. "installed_plugins": {
  297. "cordova-plugin-whitelist": {
  298. "PACKAGE_NAME": "com.shotshock.twong"
  299. },
  300. "cordova-plugin-device": {
  301. "PACKAGE_NAME": "com.shotshock.twong"
  302. },
  303. "cordova-plugin-jcore": {
  304. "PACKAGE_NAME": "com.shotshock.twong"
  305. },
  306. "jpush-phonegap-plugin": {
  307. "APP_KEY": "ab09fb9a832156e9c500ee68",
  308. "CHANNEL": "developer-default",
  309. "PACKAGE_NAME": "com.shotshock.twong"
  310. },
  311. "cordova-plugin-wechat": {
  312. "WECHATAPPID": "wx1bb4342986c22b28",
  313. "UNIVERSALLINK": "https://www.shotshock.shop/ios/",
  314. "PACKAGE_NAME": "com.shotshock.twong"
  315. },
  316. "cordova-plugin-customurlscheme": {
  317. "URL_SCHEME": "app",
  318. "ANDROID_SCHEME": " ",
  319. "ANDROID_HOST": " ",
  320. "ANDROID_PATHPREFIX": "/",
  321. "PACKAGE_NAME": "com.shotshock.twong"
  322. },
  323. "cordova-plugin-fullscreen": {
  324. "PACKAGE_NAME": "com.shotshock.twong"
  325. },
  326. "cordova-plugin-statusbar": {
  327. "PACKAGE_NAME": "com.shotshock.twong"
  328. },
  329. "cordova-plugin-inappbrowser": {
  330. "PACKAGE_NAME": "com.shotshock.twong"
  331. },
  332. "cordova-plugin-app-version": {
  333. "PACKAGE_NAME": "com.shotshock.twong"
  334. },
  335. "cordova-plugin-console": {
  336. "PACKAGE_NAME": "com.shotshock.twong"
  337. },
  338. "cordova-plugin-alipay-v2": {
  339. "APP_ID": "2021001196660263",
  340. "PACKAGE_NAME": "com.shotshock.twong"
  341. },
  342. "ionic-plugin-keyboard": {
  343. "PACKAGE_NAME": "com.shotshock.twong"
  344. },
  345. "cordova-plugin-file": {
  346. "PACKAGE_NAME": "com.shotshock.twong"
  347. },
  348. "cordova-plugin-file-transfer": {
  349. "PACKAGE_NAME": "com.shotshock.twong"
  350. },
  351. "cordova-plugin-file-opener2": {
  352. "ANDROID_SUPPORT_V4_VERSION": "27.+",
  353. "PACKAGE_NAME": "com.shotshock.twong"
  354. },
  355. "cordova-plugin-splashscreen": {
  356. "PACKAGE_NAME": "com.shotshock.twong"
  357. }
  358. },
  359. "dependent_plugins": {},
  360. "modules": [
  361. {
  362. "id": "cordova-plugin-device.device",
  363. "file": "plugins/cordova-plugin-device/www/device.js",
  364. "pluginId": "cordova-plugin-device",
  365. "clobbers": [
  366. "device"
  367. ]
  368. },
  369. {
  370. "id": "jpush-phonegap-plugin.JPushPlugin",
  371. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  372. "pluginId": "jpush-phonegap-plugin",
  373. "clobbers": [
  374. "JPush"
  375. ]
  376. },
  377. {
  378. "id": "cordova-plugin-wechat.Wechat",
  379. "file": "plugins/cordova-plugin-wechat/www/wechat.js",
  380. "pluginId": "cordova-plugin-wechat",
  381. "clobbers": [
  382. "Wechat"
  383. ]
  384. },
  385. {
  386. "id": "cordova-plugin-customurlscheme.LaunchMyApp",
  387. "file": "plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js",
  388. "pluginId": "cordova-plugin-customurlscheme",
  389. "clobbers": [
  390. "window.plugins.launchmyapp"
  391. ]
  392. },
  393. {
  394. "id": "cordova-plugin-fullscreen.AndroidFullScreen",
  395. "file": "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
  396. "pluginId": "cordova-plugin-fullscreen",
  397. "clobbers": [
  398. "AndroidFullScreen"
  399. ]
  400. },
  401. {
  402. "id": "cordova-plugin-statusbar.statusbar",
  403. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  404. "pluginId": "cordova-plugin-statusbar",
  405. "clobbers": [
  406. "window.StatusBar"
  407. ]
  408. },
  409. {
  410. "id": "cordova-plugin-inappbrowser.inappbrowser",
  411. "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
  412. "pluginId": "cordova-plugin-inappbrowser",
  413. "clobbers": [
  414. "cordova.InAppBrowser.open"
  415. ]
  416. },
  417. {
  418. "id": "cordova-plugin-app-version.AppVersionPlugin",
  419. "file": "plugins/cordova-plugin-app-version/www/AppVersionPlugin.js",
  420. "pluginId": "cordova-plugin-app-version",
  421. "clobbers": [
  422. "cordova.getAppVersion"
  423. ]
  424. },
  425. {
  426. "id": "cordova-plugin-alipay-v2.alipay",
  427. "file": "plugins/cordova-plugin-alipay-v2/www/alipay.js",
  428. "pluginId": "cordova-plugin-alipay-v2",
  429. "clobbers": [
  430. "cordova.plugins.alipay"
  431. ]
  432. },
  433. {
  434. "id": "ionic-plugin-keyboard.keyboard",
  435. "file": "plugins/ionic-plugin-keyboard/www/android/keyboard.js",
  436. "pluginId": "ionic-plugin-keyboard",
  437. "clobbers": [
  438. "cordova.plugins.Keyboard"
  439. ],
  440. "runs": true
  441. },
  442. {
  443. "id": "cordova-plugin-file.DirectoryEntry",
  444. "file": "plugins/cordova-plugin-file/www/DirectoryEntry.js",
  445. "pluginId": "cordova-plugin-file",
  446. "clobbers": [
  447. "window.DirectoryEntry"
  448. ]
  449. },
  450. {
  451. "id": "cordova-plugin-file.DirectoryReader",
  452. "file": "plugins/cordova-plugin-file/www/DirectoryReader.js",
  453. "pluginId": "cordova-plugin-file",
  454. "clobbers": [
  455. "window.DirectoryReader"
  456. ]
  457. },
  458. {
  459. "id": "cordova-plugin-file.Entry",
  460. "file": "plugins/cordova-plugin-file/www/Entry.js",
  461. "pluginId": "cordova-plugin-file",
  462. "clobbers": [
  463. "window.Entry"
  464. ]
  465. },
  466. {
  467. "id": "cordova-plugin-file.File",
  468. "file": "plugins/cordova-plugin-file/www/File.js",
  469. "pluginId": "cordova-plugin-file",
  470. "clobbers": [
  471. "window.File"
  472. ]
  473. },
  474. {
  475. "id": "cordova-plugin-file.FileEntry",
  476. "file": "plugins/cordova-plugin-file/www/FileEntry.js",
  477. "pluginId": "cordova-plugin-file",
  478. "clobbers": [
  479. "window.FileEntry"
  480. ]
  481. },
  482. {
  483. "id": "cordova-plugin-file.FileError",
  484. "file": "plugins/cordova-plugin-file/www/FileError.js",
  485. "pluginId": "cordova-plugin-file",
  486. "clobbers": [
  487. "window.FileError"
  488. ]
  489. },
  490. {
  491. "id": "cordova-plugin-file.FileReader",
  492. "file": "plugins/cordova-plugin-file/www/FileReader.js",
  493. "pluginId": "cordova-plugin-file",
  494. "clobbers": [
  495. "window.FileReader"
  496. ]
  497. },
  498. {
  499. "id": "cordova-plugin-file.FileSystem",
  500. "file": "plugins/cordova-plugin-file/www/FileSystem.js",
  501. "pluginId": "cordova-plugin-file",
  502. "clobbers": [
  503. "window.FileSystem"
  504. ]
  505. },
  506. {
  507. "id": "cordova-plugin-file.FileUploadOptions",
  508. "file": "plugins/cordova-plugin-file/www/FileUploadOptions.js",
  509. "pluginId": "cordova-plugin-file",
  510. "clobbers": [
  511. "window.FileUploadOptions"
  512. ]
  513. },
  514. {
  515. "id": "cordova-plugin-file.FileUploadResult",
  516. "file": "plugins/cordova-plugin-file/www/FileUploadResult.js",
  517. "pluginId": "cordova-plugin-file",
  518. "clobbers": [
  519. "window.FileUploadResult"
  520. ]
  521. },
  522. {
  523. "id": "cordova-plugin-file.FileWriter",
  524. "file": "plugins/cordova-plugin-file/www/FileWriter.js",
  525. "pluginId": "cordova-plugin-file",
  526. "clobbers": [
  527. "window.FileWriter"
  528. ]
  529. },
  530. {
  531. "id": "cordova-plugin-file.Flags",
  532. "file": "plugins/cordova-plugin-file/www/Flags.js",
  533. "pluginId": "cordova-plugin-file",
  534. "clobbers": [
  535. "window.Flags"
  536. ]
  537. },
  538. {
  539. "id": "cordova-plugin-file.LocalFileSystem",
  540. "file": "plugins/cordova-plugin-file/www/LocalFileSystem.js",
  541. "pluginId": "cordova-plugin-file",
  542. "clobbers": [
  543. "window.LocalFileSystem"
  544. ],
  545. "merges": [
  546. "window"
  547. ]
  548. },
  549. {
  550. "id": "cordova-plugin-file.Metadata",
  551. "file": "plugins/cordova-plugin-file/www/Metadata.js",
  552. "pluginId": "cordova-plugin-file",
  553. "clobbers": [
  554. "window.Metadata"
  555. ]
  556. },
  557. {
  558. "id": "cordova-plugin-file.ProgressEvent",
  559. "file": "plugins/cordova-plugin-file/www/ProgressEvent.js",
  560. "pluginId": "cordova-plugin-file",
  561. "clobbers": [
  562. "window.ProgressEvent"
  563. ]
  564. },
  565. {
  566. "id": "cordova-plugin-file.fileSystems",
  567. "file": "plugins/cordova-plugin-file/www/fileSystems.js",
  568. "pluginId": "cordova-plugin-file"
  569. },
  570. {
  571. "id": "cordova-plugin-file.requestFileSystem",
  572. "file": "plugins/cordova-plugin-file/www/requestFileSystem.js",
  573. "pluginId": "cordova-plugin-file",
  574. "clobbers": [
  575. "window.requestFileSystem"
  576. ]
  577. },
  578. {
  579. "id": "cordova-plugin-file.resolveLocalFileSystemURI",
  580. "file": "plugins/cordova-plugin-file/www/resolveLocalFileSystemURI.js",
  581. "pluginId": "cordova-plugin-file",
  582. "merges": [
  583. "window"
  584. ]
  585. },
  586. {
  587. "id": "cordova-plugin-file.isChrome",
  588. "file": "plugins/cordova-plugin-file/www/browser/isChrome.js",
  589. "pluginId": "cordova-plugin-file",
  590. "runs": true
  591. },
  592. {
  593. "id": "cordova-plugin-file.androidFileSystem",
  594. "file": "plugins/cordova-plugin-file/www/android/FileSystem.js",
  595. "pluginId": "cordova-plugin-file",
  596. "merges": [
  597. "FileSystem"
  598. ]
  599. },
  600. {
  601. "id": "cordova-plugin-file.fileSystems-roots",
  602. "file": "plugins/cordova-plugin-file/www/fileSystems-roots.js",
  603. "pluginId": "cordova-plugin-file",
  604. "runs": true
  605. },
  606. {
  607. "id": "cordova-plugin-file.fileSystemPaths",
  608. "file": "plugins/cordova-plugin-file/www/fileSystemPaths.js",
  609. "pluginId": "cordova-plugin-file",
  610. "merges": [
  611. "cordova"
  612. ],
  613. "runs": true
  614. },
  615. {
  616. "id": "cordova-plugin-file-transfer.FileTransferError",
  617. "file": "plugins/cordova-plugin-file-transfer/www/FileTransferError.js",
  618. "pluginId": "cordova-plugin-file-transfer",
  619. "clobbers": [
  620. "window.FileTransferError"
  621. ]
  622. },
  623. {
  624. "id": "cordova-plugin-file-transfer.FileTransfer",
  625. "file": "plugins/cordova-plugin-file-transfer/www/FileTransfer.js",
  626. "pluginId": "cordova-plugin-file-transfer",
  627. "clobbers": [
  628. "window.FileTransfer"
  629. ]
  630. },
  631. {
  632. "id": "cordova-plugin-file-opener2.FileOpener2",
  633. "file": "plugins/cordova-plugin-file-opener2/www/plugins.FileOpener2.js",
  634. "pluginId": "cordova-plugin-file-opener2",
  635. "clobbers": [
  636. "cordova.plugins.fileOpener2"
  637. ]
  638. },
  639. {
  640. "id": "cordova-plugin-splashscreen.SplashScreen",
  641. "file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
  642. "pluginId": "cordova-plugin-splashscreen",
  643. "clobbers": [
  644. "navigator.splashscreen"
  645. ]
  646. }
  647. ],
  648. "plugin_metadata": {
  649. "cordova-plugin-whitelist": "1.3.4",
  650. "cordova-plugin-device": "2.0.3",
  651. "cordova-plugin-jcore": "1.3.3",
  652. "jpush-phonegap-plugin": "3.7.6",
  653. "cordova-plugin-wechat": "3.0.0",
  654. "cordova-plugin-customurlscheme": "5.0.2",
  655. "cordova-plugin-fullscreen": "1.3.0",
  656. "cordova-plugin-statusbar": "2.4.3",
  657. "cordova-plugin-inappbrowser": "4.0.0",
  658. "cordova-plugin-app-version": "0.1.9",
  659. "cordova-plugin-console": "1.1.0",
  660. "cordova-plugin-alipay-v2": "2.0.0",
  661. "ionic-plugin-keyboard": "2.2.1",
  662. "cordova-plugin-file": "6.0.2",
  663. "cordova-plugin-file-transfer": "1.7.1",
  664. "cordova-plugin-file-opener2": "3.0.5",
  665. "cordova-plugin-splashscreen": "6.0.0"
  666. }
  667. }