VueTube/android/app/src/main/assets/capacitor.config.json

26 lines
572 B
JSON
Raw Normal View History

2022-02-25 00:51:40 +00:00
{
2022-03-13 17:40:43 +00:00
"appId": "com.Frontesque.vuetube",
2022-03-03 18:07:00 +00:00
"appName": "VueTube",
2022-02-25 00:51:40 +00:00
"webDir": "dist",
"bundledWebRuntime": false,
"server": {
"hostname": "youtube.com",
"androidScheme": "https"
2022-03-19 23:17:26 +00:00
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 0,
"launchAutoHide": true,
2022-03-19 23:17:26 +00:00
"backgroundColor": "#111111",
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"showSpinner": false,
"splashFullScreen": false,
"splashImmersive": false
2022-03-19 23:17:26 +00:00
}
}
2022-02-25 00:51:40 +00:00
}