{ "appId": "com.timesafari.app", "appName": "TimeSafari", "webDir": "dist", "bundledWebRuntime": false, "server": { "cleartext": true, "androidScheme": "https" }, "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" } }, "CapacitorSQLite": { "electronIsEncryption": false, "electronMacLocation": "~/Library/Application Support/TimeSafari", "electronWindowsLocation": "C:\\ProgramData\\TimeSafari", "electronLinuxLocation": "~/.local/share/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" ] } }