android.json 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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=\"InAppBrowser\"><param name=\"android-package\" value=\"org.apache.cordova.inappbrowser.InAppBrowser\" /></feature>",
  17. "count": 1
  18. },
  19. {
  20. "xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
  21. "count": 1
  22. },
  23. {
  24. "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
  25. "count": 1
  26. },
  27. {
  28. "xml": "<feature name=\"Toast\"><param name=\"android-package\" value=\"nl.xservices.plugins.Toast\" /></feature>",
  29. "count": 1
  30. },
  31. {
  32. "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />",
  33. "count": 1
  34. },
  35. {
  36. "xml": "<preference name=\"xwalkVersion\" value=\"23+\" />",
  37. "count": 1
  38. },
  39. {
  40. "xml": "<preference name=\"xwalkLiteVersion\" value=\"xwalk_core_library_canary:17+\" />",
  41. "count": 1
  42. },
  43. {
  44. "xml": "<preference name=\"xwalkCommandLine\" value=\"--disable-pull-to-refresh-effect\" />",
  45. "count": 1
  46. },
  47. {
  48. "xml": "<preference name=\"xwalkMode\" value=\"embedded\" />",
  49. "count": 1
  50. },
  51. {
  52. "xml": "<preference name=\"xwalkMultipleApk\" value=\"true\" />",
  53. "count": 1
  54. },
  55. {
  56. "xml": "<preference name=\"android-minSdkVersion\" value=\"16\" />",
  57. "count": 1
  58. }
  59. ]
  60. }
  61. },
  62. "AndroidManifest.xml": {
  63. "parents": {
  64. "/*": [
  65. {
  66. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  67. "count": 1
  68. },
  69. {
  70. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  71. "count": 6
  72. },
  73. {
  74. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  75. "count": 6
  76. },
  77. {
  78. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  79. "count": 10
  80. },
  81. {
  82. "xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
  83. "count": 5
  84. },
  85. {
  86. "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
  87. "count": 5
  88. },
  89. {
  90. "xml": "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" />",
  91. "count": 5
  92. },
  93. {
  94. "xml": "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />",
  95. "count": 5
  96. },
  97. {
  98. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  99. "count": 5
  100. }
  101. ],
  102. "application": [
  103. {
  104. "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>",
  105. "count": 1
  106. }
  107. ]
  108. }
  109. },
  110. "config.xml": {
  111. "parents": {
  112. "/*": [
  113. {
  114. "xml": "<feature name=\"RemoteInjection\"><param name=\"android-package\" value=\"com.truckmovers.cordova.RemoteInjectionPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  115. "count": 1
  116. }
  117. ]
  118. }
  119. }
  120. }
  121. },
  122. "installed_plugins": {
  123. "cordova-plugin-whitelist": {
  124. "PACKAGE_NAME": "com.izouma.pumpApp"
  125. },
  126. "cordova-plugin-inappbrowser": {
  127. "PACKAGE_NAME": "com.izouma.pumpApp"
  128. },
  129. "cordova-plugin-camera": {
  130. "PACKAGE_NAME": "com.izouma.pumpApp"
  131. },
  132. "cordova-plugin-device": {
  133. "PACKAGE_NAME": "com.izouma.pumpApp"
  134. },
  135. "cordova-plugin-x-toast": {
  136. "PACKAGE_NAME": "com.izouma.pumpApp"
  137. },
  138. "cordova-plugin-wkwebview-engine": {
  139. "PACKAGE_NAME": "com.izouma.pumpApp"
  140. },
  141. "cordova-plugin-remote-injection": {
  142. "PACKAGE_NAME": "com.izouma.pumpApp"
  143. },
  144. "cordova-plugin-crosswalk-webview": {
  145. "XWALK_VERSION": "23+",
  146. "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
  147. "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
  148. "XWALK_MODE": "embedded",
  149. "XWALK_MULTIPLEAPK": "true",
  150. "PACKAGE_NAME": "com.izouma.pumpApp"
  151. }
  152. },
  153. "dependent_plugins": {},
  154. "modules": [
  155. {
  156. "id": "cordova-plugin-inappbrowser.inappbrowser",
  157. "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
  158. "pluginId": "cordova-plugin-inappbrowser",
  159. "clobbers": [
  160. "cordova.InAppBrowser.open",
  161. "window.open"
  162. ]
  163. },
  164. {
  165. "id": "cordova-plugin-camera.Camera",
  166. "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
  167. "pluginId": "cordova-plugin-camera",
  168. "clobbers": [
  169. "Camera"
  170. ]
  171. },
  172. {
  173. "id": "cordova-plugin-camera.CameraPopoverOptions",
  174. "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
  175. "pluginId": "cordova-plugin-camera",
  176. "clobbers": [
  177. "CameraPopoverOptions"
  178. ]
  179. },
  180. {
  181. "id": "cordova-plugin-camera.camera",
  182. "file": "plugins/cordova-plugin-camera/www/Camera.js",
  183. "pluginId": "cordova-plugin-camera",
  184. "clobbers": [
  185. "navigator.camera"
  186. ]
  187. },
  188. {
  189. "id": "cordova-plugin-camera.CameraPopoverHandle",
  190. "file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
  191. "pluginId": "cordova-plugin-camera",
  192. "clobbers": [
  193. "CameraPopoverHandle"
  194. ]
  195. },
  196. {
  197. "id": "cordova-plugin-device.device",
  198. "file": "plugins/cordova-plugin-device/www/device.js",
  199. "pluginId": "cordova-plugin-device",
  200. "clobbers": [
  201. "device"
  202. ]
  203. },
  204. {
  205. "id": "cordova-plugin-x-toast.Toast",
  206. "file": "plugins/cordova-plugin-x-toast/www/Toast.js",
  207. "pluginId": "cordova-plugin-x-toast",
  208. "clobbers": [
  209. "window.plugins.toast"
  210. ]
  211. }
  212. ],
  213. "plugin_metadata": {
  214. "cordova-plugin-whitelist": "1.3.3",
  215. "cordova-plugin-inappbrowser": "3.0.0",
  216. "cordova-plugin-camera": "4.0.3",
  217. "cordova-plugin-device": "2.0.2",
  218. "cordova-plugin-x-toast": "2.6.2",
  219. "cordova-plugin-wkwebview-engine": "1.1.4",
  220. "cordova-plugin-remote-injection": "0.5.2",
  221. "cordova-plugin-crosswalk-webview": "2.4.0"
  222. }
  223. }