Newer
Older
notification / capacitor.config.json
LuisOlaya on 11 Aug 2020 229 bytes Initial commit
{
  "appId": "io.ionic.starter",
  "appName": "notification",
  "bundledWebRuntime": false,
  "npmClient": "npm",
  "webDir": "www",
  "plugins": {
    "SplashScreen": {
      "launchShowDuration": 0
    }
  },
  "cordova": {}
}