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

android.json 809B

123456789101112131415161718192021222324252627282930313233343536
  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. }
  17. },
  18. "AndroidManifest.xml": {
  19. "parents": {
  20. "/*": [],
  21. "/manifest": []
  22. }
  23. }
  24. }
  25. },
  26. "installed_plugins": {
  27. "cordova-plugin-whitelist": {
  28. "PACKAGE_NAME": "io.cordova.hellocordova"
  29. }
  30. },
  31. "dependent_plugins": {},
  32. "modules": [],
  33. "plugin_metadata": {
  34. "cordova-plugin-whitelist": "1.3.4"
  35. }
  36. }