Skip to content

Instantly share code, notes, and snippets.

@ozzpy
Created November 12, 2020 23:08
Show Gist options
  • Save ozzpy/50f4149216ebdb7791890df2bf23f44f to your computer and use it in GitHub Desktop.
Save ozzpy/50f4149216ebdb7791890df2bf23f44f to your computer and use it in GitHub Desktop.
capacitor.config.json
{
"appId": "app.domain.com",
"appName": "My App",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 5000,
"launchAutoHide": true,
"autoHide": true,
"showSpinner": false,
"backgroundColor": "#413469",
"androidScaleType": "CENTER_CROP",
"splashFullScreen": true,
"splashImmersive": true
}
},
"PushNotifications": {
"presentationOptions": ["badge", "sound", "alert"]
},
"cordova": {},
"linuxAndroidStudioPath": "/snap/android-studio/current/android-studio/bin/studio.sh",
"backgroundColor": "#413469"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment