-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapacitor.config.json
More file actions
37 lines (37 loc) · 944 Bytes
/
Copy pathcapacitor.config.json
File metadata and controls
37 lines (37 loc) · 944 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
33
34
35
36
37
{
"appId": "com.codingwithgrandma.app",
"appName": "Coding with Grandma",
"webDir": "dist",
"bundledWebRuntime": false,
"ios": {
"contentInset": "automatic",
"scheme": "CodingWithGrandma"
},
"server": {
"iosScheme": "capacitor"
},
"plugins": {
"BluetoothLe": {
"displayStrings": {
"scanning": "Scanning for ESP32 boards...",
"cancel": "Cancel",
"availableDevices": "Available ESP32 Boards",
"noDeviceFound": "No ESP32 found nearby. Make sure it's powered on and BLE is advertising."
}
},
"SplashScreen": {
"launchShowDuration": 1500,
"launchAutoHide": true,
"backgroundColor": "#0B1628",
"iosSpinnerStyle": "small",
"spinnerColor": "#FF8C42",
"showSpinner": true,
"splashFullScreen": true,
"splashImmersive": true
},
"StatusBar": {
"style": "DARK",
"backgroundColor": "#0B1628"
}
}
}