Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

browser.json 546B

123456789101112131415161718192021222324
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {}
  8. },
  9. "installed_plugins": {
  10. "cordova-plugin-whitelist": {
  11. "PACKAGE_NAME": "io.cordova.hellocordova"
  12. },
  13. "cordova-plugin-contacts": {
  14. "PACKAGE_NAME": "io.cordova.hellocordova"
  15. },
  16. "cordova-plugin-contacts-phonenumbers": {
  17. "PACKAGE_NAME": "io.cordova.hellocordova"
  18. },
  19. "cordova-plugin-android-permissions": {
  20. "PACKAGE_NAME": "io.cordova.hellocordova"
  21. }
  22. },
  23. "dependent_plugins": {}
  24. }