Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

android.json 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. }
  21. }
  22. }
  23. },
  24. "installed_plugins": {
  25. "cordova-plugin-whitelist": {
  26. "PACKAGE_NAME": "io.cordova.hellocordova"
  27. },
  28. "cordova-plugin-device": {
  29. "PACKAGE_NAME": "io.cordova.hellocordova"
  30. }
  31. },
  32. "dependent_plugins": {},
  33. "modules": [
  34. {
  35. "id": "cordova-plugin-device.device",
  36. "file": "plugins/cordova-plugin-device/www/device.js",
  37. "pluginId": "cordova-plugin-device",
  38. "clobbers": [
  39. "device"
  40. ]
  41. }
  42. ],
  43. "plugin_metadata": {
  44. "cordova-plugin-whitelist": "1.3.4",
  45. "cordova-plugin-device": "2.0.3"
  46. }
  47. }