android.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  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. "/widget": []
  61. }
  62. },
  63. "AndroidManifest.xml": {
  64. "parents": {
  65. "/manifest": [
  66. {
  67. "xml": "<permission android:name=\"com.shotshock.twong.permission.JPUSH_MESSAGE\" android:protectionLevel=\"signature\" />",
  68. "count": 1
  69. },
  70. {
  71. "xml": "<uses-permission android:name=\"com.shotshock.twong.permission.JPUSH_MESSAGE\" />",
  72. "count": 1
  73. },
  74. {
  75. "xml": "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\" />",
  76. "count": 1
  77. },
  78. {
  79. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  80. "count": 1
  81. },
  82. {
  83. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  84. "count": 1
  85. },
  86. {
  87. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  88. "count": 1
  89. },
  90. {
  91. "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  92. "count": 1
  93. },
  94. {
  95. "xml": "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\" />",
  96. "count": 1
  97. },
  98. {
  99. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  100. "count": 1
  101. },
  102. {
  103. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  104. "count": 1
  105. },
  106. {
  107. "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
  108. "count": 1
  109. },
  110. {
  111. "xml": "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\" />",
  112. "count": 1
  113. },
  114. {
  115. "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
  116. "count": 1
  117. },
  118. {
  119. "xml": "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" />",
  120. "count": 1
  121. },
  122. {
  123. "xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
  124. "count": 1
  125. },
  126. {
  127. "xml": "<uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\" />",
  128. "count": 1
  129. },
  130. {
  131. "xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
  132. "count": 1
  133. },
  134. {
  135. "xml": "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />",
  136. "count": 1
  137. },
  138. {
  139. "xml": "<uses-permission android:name=\"android.permission.GET_TASKS\" />",
  140. "count": 1
  141. },
  142. {
  143. "xml": "<uses-permission android:name=\"com.huawei.android.launcher.permission.CHANGE_BADGE \" />",
  144. "count": 1
  145. }
  146. ],
  147. "/manifest/application": [
  148. {
  149. "xml": "<activity android:exported=\"false\" android:name=\"cn.jpush.android.ui.PopWinActivity\" android:theme=\"@style/MyDialogStyle\"></activity>",
  150. "count": 1
  151. },
  152. {
  153. "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>",
  154. "count": 1
  155. },
  156. {
  157. "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>",
  158. "count": 1
  159. },
  160. {
  161. "xml": "<provider android:authorities=\"com.shotshock.twong.DataProvider\" android:exported=\"false\" android:name=\"cn.jpush.android.service.DataProvider\" android:process=\":pushcore\" />",
  162. "count": 1
  163. },
  164. {
  165. "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>",
  166. "count": 1
  167. },
  168. {
  169. "xml": "<provider android:authorities=\"com.shotshock.twong.DownloadProvider\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DownloadProvider\" />",
  170. "count": 1
  171. },
  172. {
  173. "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>",
  174. "count": 1
  175. },
  176. {
  177. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.AlarmReceiver\" />",
  178. "count": 1
  179. },
  180. {
  181. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.SchedulerReceiver\" />",
  182. "count": 1
  183. },
  184. {
  185. "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>",
  186. "count": 1
  187. },
  188. {
  189. "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>",
  190. "count": 1
  191. },
  192. {
  193. "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>",
  194. "count": 1
  195. },
  196. {
  197. "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>",
  198. "count": 1
  199. },
  200. {
  201. "xml": "<meta-data android:name=\"JPUSH_CHANNEL\" android:value=\"developer-default\" />",
  202. "count": 1
  203. },
  204. {
  205. "xml": "<meta-data android:name=\"JPUSH_APPKEY\" android:value=\"ab09fb9a832156e9c500ee68\" />",
  206. "count": 1
  207. },
  208. {
  209. "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>",
  210. "count": 1
  211. },
  212. {
  213. "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>",
  214. "count": 1
  215. },
  216. {
  217. "xml": "<meta-data android:name=\"android.max_aspect\" android:value=\"2.16\" />",
  218. "count": 1
  219. }
  220. ],
  221. "/*": [
  222. {
  223. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  224. "count": 3
  225. },
  226. {
  227. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  228. "count": 3
  229. },
  230. {
  231. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  232. "count": 3
  233. },
  234. {
  235. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  236. "count": 1
  237. },
  238. {
  239. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  240. "count": 1
  241. }
  242. ],
  243. "/manifest/application/activity": [
  244. {
  245. "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>",
  246. "count": 1
  247. },
  248. {
  249. "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>",
  250. "count": 1
  251. }
  252. ],
  253. "application": []
  254. }
  255. },
  256. "config.xml": {
  257. "parents": {
  258. "/*": []
  259. }
  260. }
  261. }
  262. },
  263. "installed_plugins": {
  264. "cordova-plugin-whitelist": {
  265. "PACKAGE_NAME": "com.shotshock.twong"
  266. },
  267. "cordova-plugin-device": {
  268. "PACKAGE_NAME": "com.shotshock.twong"
  269. },
  270. "cordova-plugin-jcore": {
  271. "PACKAGE_NAME": "com.shotshock.twong"
  272. },
  273. "jpush-phonegap-plugin": {
  274. "APP_KEY": "ab09fb9a832156e9c500ee68",
  275. "CHANNEL": "developer-default",
  276. "PACKAGE_NAME": "com.shotshock.twong"
  277. },
  278. "cordova-plugin-wechat": {
  279. "WECHATAPPID": "wx1bb4342986c22b28",
  280. "UNIVERSALLINK": "https://www.shotshock.shop/ios/",
  281. "PACKAGE_NAME": "com.shotshock.twong"
  282. },
  283. "cordova-plugin-customurlscheme": {
  284. "URL_SCHEME": "app",
  285. "ANDROID_SCHEME": " ",
  286. "ANDROID_HOST": " ",
  287. "ANDROID_PATHPREFIX": "/",
  288. "PACKAGE_NAME": "com.shotshock.twong"
  289. },
  290. "cordova-plugin-fullscreen": {
  291. "PACKAGE_NAME": "com.shotshock.twong"
  292. },
  293. "cordova-plugin-statusbar": {
  294. "PACKAGE_NAME": "com.shotshock.twong"
  295. },
  296. "cordova-plugin-inappbrowser": {
  297. "PACKAGE_NAME": "com.shotshock.twong"
  298. },
  299. "cordova-plugin-app-version": {
  300. "PACKAGE_NAME": "com.shotshock.twong"
  301. },
  302. "cordova-plugin-console": {
  303. "PACKAGE_NAME": "com.shotshock.twong"
  304. },
  305. "cordova-plugin-alipay-v2": {
  306. "APP_ID": "2021001196660263",
  307. "PACKAGE_NAME": "com.shotshock.twong"
  308. },
  309. "ionic-plugin-keyboard": {
  310. "PACKAGE_NAME": "com.shotshock.twong"
  311. }
  312. },
  313. "dependent_plugins": {},
  314. "modules": [
  315. {
  316. "id": "cordova-plugin-device.device",
  317. "file": "plugins/cordova-plugin-device/www/device.js",
  318. "pluginId": "cordova-plugin-device",
  319. "clobbers": [
  320. "device"
  321. ]
  322. },
  323. {
  324. "id": "jpush-phonegap-plugin.JPushPlugin",
  325. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  326. "pluginId": "jpush-phonegap-plugin",
  327. "clobbers": [
  328. "JPush"
  329. ]
  330. },
  331. {
  332. "id": "cordova-plugin-wechat.Wechat",
  333. "file": "plugins/cordova-plugin-wechat/www/wechat.js",
  334. "pluginId": "cordova-plugin-wechat",
  335. "clobbers": [
  336. "Wechat"
  337. ]
  338. },
  339. {
  340. "id": "cordova-plugin-customurlscheme.LaunchMyApp",
  341. "file": "plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js",
  342. "pluginId": "cordova-plugin-customurlscheme",
  343. "clobbers": [
  344. "window.plugins.launchmyapp"
  345. ]
  346. },
  347. {
  348. "id": "cordova-plugin-fullscreen.AndroidFullScreen",
  349. "file": "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
  350. "pluginId": "cordova-plugin-fullscreen",
  351. "clobbers": [
  352. "AndroidFullScreen"
  353. ]
  354. },
  355. {
  356. "id": "cordova-plugin-statusbar.statusbar",
  357. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  358. "pluginId": "cordova-plugin-statusbar",
  359. "clobbers": [
  360. "window.StatusBar"
  361. ]
  362. },
  363. {
  364. "id": "cordova-plugin-inappbrowser.inappbrowser",
  365. "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
  366. "pluginId": "cordova-plugin-inappbrowser",
  367. "clobbers": [
  368. "cordova.InAppBrowser.open"
  369. ]
  370. },
  371. {
  372. "id": "cordova-plugin-app-version.AppVersionPlugin",
  373. "file": "plugins/cordova-plugin-app-version/www/AppVersionPlugin.js",
  374. "pluginId": "cordova-plugin-app-version",
  375. "clobbers": [
  376. "cordova.getAppVersion"
  377. ]
  378. },
  379. {
  380. "id": "cordova-plugin-alipay-v2.alipay",
  381. "file": "plugins/cordova-plugin-alipay-v2/www/alipay.js",
  382. "pluginId": "cordova-plugin-alipay-v2",
  383. "clobbers": [
  384. "cordova.plugins.alipay"
  385. ]
  386. },
  387. {
  388. "id": "ionic-plugin-keyboard.keyboard",
  389. "file": "plugins/ionic-plugin-keyboard/www/android/keyboard.js",
  390. "pluginId": "ionic-plugin-keyboard",
  391. "clobbers": [
  392. "cordova.plugins.Keyboard"
  393. ],
  394. "runs": true
  395. }
  396. ],
  397. "plugin_metadata": {
  398. "cordova-plugin-whitelist": "1.3.4",
  399. "cordova-plugin-device": "2.0.3",
  400. "cordova-plugin-jcore": "1.3.3",
  401. "jpush-phonegap-plugin": "3.7.6",
  402. "cordova-plugin-wechat": "3.0.0",
  403. "cordova-plugin-customurlscheme": "5.0.2",
  404. "cordova-plugin-fullscreen": "1.3.0",
  405. "cordova-plugin-statusbar": "2.4.3",
  406. "cordova-plugin-inappbrowser": "4.0.0",
  407. "cordova-plugin-app-version": "0.1.9",
  408. "cordova-plugin-console": "1.1.0",
  409. "cordova-plugin-alipay-v2": "2.0.0",
  410. "ionic-plugin-keyboard": "2.2.1"
  411. }
  412. }