Bez popisu

android.json 690B

123456789101112131415161718192021222324252627282930
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {}
  8. },
  9. "installed_plugins": {
  10. "cordova-custom-config": {
  11. "PACKAGE_NAME": "com.example.helloworld"
  12. },
  13. "cordova-plugin-splashscreen": {
  14. "PACKAGE_NAME": "com.example.helloworld"
  15. },
  16. "cordova-plugin-whitelist": {
  17. "PACKAGE_NAME": "com.example.helloworld"
  18. },
  19. "cordova-plugin-filechooser": {
  20. "PACKAGE_NAME": "com.example.helloworld"
  21. },
  22. "cordova-plugin-file": {
  23. "PACKAGE_NAME": "com.example.helloworld"
  24. },
  25. "cordova-plugin-email": {
  26. "PACKAGE_NAME": "com.example.helloworld"
  27. }
  28. },
  29. "dependent_plugins": {}
  30. }