mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 01:12:39 +00:00
32 lines
678 B
JSON
32 lines
678 B
JSON
{
|
|
"appId": "com.Frontesque.vuetube",
|
|
"appName": "VueTube",
|
|
"webDir": "dist",
|
|
"bundledWebRuntime": false,
|
|
|
|
"server": {
|
|
"hostname": "youtube.com",
|
|
"androidScheme": "https"
|
|
},
|
|
|
|
"android": {
|
|
"backgroundColor": "#000000"
|
|
},
|
|
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0,
|
|
"launchAutoHide": true,
|
|
"backgroundColor": "#000000",
|
|
"androidSplashResourceName": "splash",
|
|
"androidScaleType": "CENTER_CROP",
|
|
"androidSpinnerStyle": "large",
|
|
"iosSpinnerStyle": "small",
|
|
"spinnerColor": "#000000",
|
|
"showSpinner": false,
|
|
"splashFullScreen": false,
|
|
"splashImmersive": false
|
|
}
|
|
}
|
|
|
|
}
|