diff --git a/capacitor.config.json b/capacitor.config.json index 4a6bc56..5ea4d82 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -2,5 +2,10 @@ "appId": "com.Frontesque.vuetube", "appName": "VueTube", "webDir": "dist", - "bundledWebRuntime": false + "bundledWebRuntime": false, + + "server": { + "hostname": "youtube.com", + "androidScheme": "https" + } }