diff --git a/capacitor.config.json b/capacitor.config.json index 18f42003..dba3e9d8 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -1,6 +1,21 @@ { - "appId": "com.brownspank.timesafari", - "appName": "TimeSafari", - "webDir": "dist", - "bundledWebRuntime": false + "appId": "app.timesafari", + "appName": "TimeSafari", + "webDir": "dist", + "bundledWebRuntime": false, + "server": { + "cleartext": true + }, + "plugins": { + "App": { + "appUrlOpen": { + "handlers": [ + { + "url": "timesafari://*", + "autoVerify": true + } + ] + } + } + } } diff --git a/openssl_signing_console.rst b/doc/openssl_signing_console.rst similarity index 97% rename from openssl_signing_console.rst rename to doc/openssl_signing_console.rst index 8b7befdf..0bfabdec 100644 --- a/openssl_signing_console.rst +++ b/doc/openssl_signing_console.rst @@ -1,6 +1,6 @@ JWT Creation & Verification -To run this in a script, see ./openssl_signing_console.sh +To run this in a script, see /scripts/openssl_signing_console.sh Prerequisites: openssl, jq diff --git a/openssl_signing_console.sh b/scripts/openssl_signing_console.sh similarity index 90% rename from openssl_signing_console.sh rename to scripts/openssl_signing_console.sh index b459dad0..eb187c59 100755 --- a/openssl_signing_console.sh +++ b/scripts/openssl_signing_console.sh @@ -4,9 +4,9 @@ # # Prerequisites: openssl, jq # -# Usage: source ./openssl_signing_console.sh +# Usage: source /scripts/openssl_signing_console.sh # -# For a more complete explanation, see ./openssl_signing_console.rst +# For a more complete explanation, see /doc/openssl_signing_console.rst # Generate a key and extract the public part