android.json 341 B

12345678910111213141516171819
  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": "com.example.hello"
  12. }
  13. },
  14. "dependent_plugins": {
  15. "cordova-plugin-semsx-launcher": {
  16. "PACKAGE_NAME": "com.example.hello"
  17. }
  18. }
  19. }