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

android.json 692B

123456789101112131415161718192021222324252627282930
  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. }
  19. },
  20. "installed_plugins": {
  21. "cordova-plugin-whitelist": {
  22. "PACKAGE_NAME": "io.cordova.hellocordova"
  23. }
  24. },
  25. "dependent_plugins": {},
  26. "modules": [],
  27. "plugin_metadata": {
  28. "cordova-plugin-whitelist": "1.3.4"
  29. }
  30. }