VueTube/capacitor.config.json

30 lines
535 B
JSON
Raw Normal View History

2022-01-24 23:20:24 +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-01-24 23:20:24 +00:00
"webDir": "dist",
2022-03-14 14:44:36 +00:00
"bundledWebRuntime": false,
"server": {
2022-03-16 22:39:25 +00:00
"hostname": "youtube.com",
"androidScheme": "https"
2022-03-19 23:01:38 +00:00
},
"android": {
"backgroundColor": "#000000"
},
2022-03-31 21:26:53 +00:00
"ios": {
"backgroundColor": "#000000"
},
2022-03-19 23:01:38 +00:00
"plugins": {
"SplashScreen": {
"launchShowDuration": 0,
"backgroundColor": "#000000",
"splashFullScreen": false,
2022-03-31 21:26:53 +00:00
"splashImmersive": false,
"launchAutoHide": true,
"showSpinner": false
2022-03-19 23:01:38 +00:00
}
2022-03-14 14:44:36 +00:00
}
2022-01-24 23:20:24 +00:00
}