0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-01 01:12:39 +00:00
VueTube/android/app/src/main/assets/capacitor.config.json

26 lines
571 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": 100,
"launchAutoHide": true,
"backgroundColor": "#111111",
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"showSpinner": true,
"splashFullScreen": true,
"splashImmersive": true
}
}
2022-02-25 00:51:40 +00:00
}