{ "appId": "app.timesafari", "appName": "TimeSafari", "webDir": "dist", "bundledWebRuntime": false, "server": { "cleartext": true }, "plugins": { "App": { "appUrlOpen": { "handlers": [ { "url": "timesafari://*", "autoVerify": true } ] } }, "SQLite": { "iosDatabaseLocation": "Library/CapacitorDatabase", "iosIsEncryption": true, "iosBiometric": { "biometricAuth": true, "biometricTitle": "Biometric login for TimeSafari" }, "androidIsEncryption": true, "androidBiometric": { "biometricAuth": true, "biometricTitle": "Biometric login for TimeSafari" } } }, "ios": { "contentInset": "always", "allowsLinkPreview": true, "scrollEnabled": true, "limitsNavigationsToAppBoundDomains": true, "backgroundColor": "#ffffff", "allowNavigation": [ "*.timesafari.app", "*.jsdelivr.net", "api.endorser.ch" ] }, "android": { "allowMixedContent": false, "captureInput": true, "webContentsDebuggingEnabled": false, "allowNavigation": [ "*.timesafari.app", "*.jsdelivr.net", "api.endorser.ch" ] } }