Newer
Older
googleMap / capacitor.config.json
Luis Olaya on 15 Jun 2020 226 bytes Initial commit
{
  "appId": "io.ionic.starter",
  "appName": "googleMap",
  "bundledWebRuntime": false,
  "npmClient": "npm",
  "webDir": "www",
  "plugins": {
    "SplashScreen": {
      "launchShowDuration": 0
    }
  },
  "cordova": {}
}