mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 09:22:39 +00:00
29 lines
535 B
JSON
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
|
|
}
|
|
}
|
|
}
|