mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
f7187400f2
Removes the second splash screen in the long list of splash screens (first splash if on android 5,6 or 7) Modifies some instances in the initialization of the app
28 lines
624 B
JSON
28 lines
624 B
JSON
{
|
|
"appId": "com.Frontesque.vuetube",
|
|
"appName": "VueTube",
|
|
"webDir": "dist",
|
|
"bundledWebRuntime": false,
|
|
|
|
"server": {
|
|
"hostname": "youtube.com",
|
|
"androidScheme": "https"
|
|
},
|
|
|
|
"plugins": {
|
|
"SplashScreen": {
|
|
"launchShowDuration": 0,
|
|
"launchAutoHide": true,
|
|
"backgroundColor": "#111111",
|
|
"androidSplashResourceName": "splash",
|
|
"androidScaleType": "CENTER_CROP",
|
|
"androidSpinnerStyle": "large",
|
|
"iosSpinnerStyle": "small",
|
|
"spinnerColor": "#999999",
|
|
"showSpinner": false,
|
|
"splashFullScreen": false,
|
|
"splashImmersive": false
|
|
}
|
|
}
|
|
|
|
}
|