VueTube/ios/App/App/capacitor.config.json

27 lines
490 B
JSON
Raw Normal View History

2022-03-05 20:57:47 +00:00
{
2022-03-13 18:20:43 +00:00
"appId": "com.Frontesque.vuetube",
2022-03-05 20:57:47 +00:00
"appName": "VueTube",
"webDir": "dist",
2022-03-27 21:14:38 +00:00
"bundledWebRuntime": false,
"server": {
"hostname": "youtube.com",
"androidScheme": "https"
2022-03-19 23:17:26 +00:00
},
"android": {
"backgroundColor": "#000000"
},
2022-03-31 21:26:53 +00:00
"ios": {
"backgroundColor": "#000000"
},
2022-03-19 23:17:26 +00:00
"plugins": {
"SplashScreen": {
"launchShowDuration": 0,
"backgroundColor": "#000000",
2022-03-23 19:43:49 +00:00
"splashFullScreen": false,
2022-03-31 21:26:53 +00:00
"splashImmersive": false,
"launchAutoHide": true,
"showSpinner": false
2022-03-19 23:17:26 +00:00
}
}
2022-03-05 20:57:47 +00:00
}