Newer
Older
peer / capacitor.config.json
LuisOlaya on 6 Apr 2021 221 bytes Initial commit
{
  "appId": "io.ionic.starter",
  "appName": "peer",
  "bundledWebRuntime": false,
  "npmClient": "npm",
  "webDir": "www",
  "plugins": {
    "SplashScreen": {
      "launchShowDuration": 0
    }
  },
  "cordova": {}
}