-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcapacitor.config.json
More file actions
32 lines (32 loc) · 858 Bytes
/
capacitor.config.json
File metadata and controls
32 lines (32 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"appId": "com.quantimodo.quantimodo",
"appName": "QuantiModo",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {
"preferences": {
"AndroidXEnabled": "true",
"android-targetSdkVersion": "26",
"android-minSdkVersion": "22",
"AutoHideSplashScreen": "true",
"BackupWebStorage": "none",
"deployment-target": "7.0",
"DisallowOverscroll": "true",
"FadeSplashScreen": "false",
"loadUrlTimeoutValue": "700000",
"SplashScreen": "screen",
"SplashScreenDelay": "10000",
"UIWebViewBounce": "false",
"webviewbounce": "false",
"windows-target-version": "8.1",
"WindowsStoreDisplayName": "YourAppDisplayNameHere",
"xwalkMultipleApk": "false"
}
}
}