browser.json 324 B

123456789101112131415161718
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {}
  8. },
  9. "installed_plugins": {
  10. "cordova-plugin-camera": {
  11. "PACKAGE_NAME": "me.yoqi.myapp"
  12. },
  13. "cordova-plugin-whitelist": {
  14. "PACKAGE_NAME": "me.yoqi.myapp"
  15. }
  16. },
  17. "dependent_plugins": {}
  18. }