capacitor.config.json 225 B

12345678910111213
  1. {
  2. "appId": "io.ionic.starter",
  3. "appName": "CarbCalc",
  4. "bundledWebRuntime": false,
  5. "npmClient": "npm",
  6. "webDir": "www",
  7. "plugins": {
  8. "SplashScreen": {
  9. "launchShowDuration": 0
  10. }
  11. },
  12. "cordova": {}
  13. }