-
-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathcapacitor.config.json
More file actions
32 lines (32 loc) · 690 Bytes
/
capacitor.config.json
File metadata and controls
32 lines (32 loc) · 690 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
{
"android": {
"backgroundColor": "#160630"
},
"appId": "tv.megacubo.app",
"appName": "Megacubo",
"webDir": "www",
"server": {
"androidScheme": "http",
"appStartPath": "/nodejs/renderer/index.html?android"
},
"plugins": {
"CapacitorNodeJS": {
"nodeDir": "nodejs"
},
"SplashScreen": {
"showSpinner": false,
"launchAutoHide": true,
"launchShowDuration": 0,
"backgroundColor": "#160630",
"androidScaleType": "CENTER_INSIDE"
}
},
"cordova": {
"preferences": {
"URL_SCHEME": "mega",
"DEEPLINK_SCHEME": "https",
"DEEPLINK_HOST": "megacubo.tv",
"ANDROID_PATH_PREFIX": "/w/"
}
}
}