-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapacitor.config.json
More file actions
57 lines (57 loc) · 1.34 KB
/
Copy pathcapacitor.config.json
File metadata and controls
57 lines (57 loc) · 1.34 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"appId": "com.gitcommit90.onehelm.mobile",
"appName": "1Helm",
"webDir": "public",
"loggingBehavior": "none",
"backgroundColor": "#111318",
"zoomEnabled": false,
"appendUserAgent": " 1HelmMobile",
"server": {
"hostname": "localhost",
"iosScheme": "capacitor",
"androidScheme": "https",
"cleartext": false
},
"ios": {
"contentInset": "never",
"preferredContentMode": "mobile",
"allowsLinkPreview": false,
"webContentsDebuggingEnabled": false,
"buildOptions": {
"signingStyle": "automatic",
"exportMethod": "app-store-connect"
}
},
"android": {
"allowMixedContent": false,
"webContentsDebuggingEnabled": false,
"minWebViewVersion": 83,
"useLegacyBridge": false,
"buildOptions": {
"releaseType": "APK",
"signingType": "apksigner"
}
},
"plugins": {
"Keyboard": {
"resize": "native",
"resizeOnFullScreen": true
},
"SplashScreen": {
"launchShowDuration": 500,
"launchAutoHide": false,
"launchFadeOutDuration": 180,
"showSpinner": false,
"androidScaleType": "CENTER_INSIDE",
"layoutName": "launch_screen"
},
"StatusBar": {
"overlaysWebView": false,
"style": "DEFAULT",
"backgroundColor": "#111318"
},
"PushNotifications": {
"presentationOptions": []
}
}
}