0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-01 01:12:39 +00:00
VueTube/capacitor.config.json
2022-03-31 17:26:53 -04:00

29 lines
535 B
JSON

{
"appId": "com.Frontesque.vuetube",
"appName": "VueTube",
"webDir": "dist",
"bundledWebRuntime": false,
"server": {
"hostname": "youtube.com",
"androidScheme": "https"
},
"android": {
"backgroundColor": "#000000"
},
"ios": {
"backgroundColor": "#000000"
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 0,
"backgroundColor": "#000000",
"splashFullScreen": false,
"splashImmersive": false,
"launchAutoHide": true,
"showSpinner": false
}
}
}