From 02a9b376b717a5990bc8e52542b74b59b32823d6 Mon Sep 17 00:00:00 2001 From: Ash Keel Date: Mon, 6 Nov 2023 14:40:11 +0100 Subject: [PATCH] neater table --- content/guide/advanced/kilovolt-protocol.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/guide/advanced/kilovolt-protocol.md b/content/guide/advanced/kilovolt-protocol.md index 6a282a3..caed801 100644 --- a/content/guide/advanced/kilovolt-protocol.md +++ b/content/guide/advanced/kilovolt-protocol.md @@ -36,13 +36,13 @@ The interactive authentication flow allows your app to connect without having to The data attributes you can specify to add metadata are the following: -| Property | Description | Example | -| ------------------ | ----------------------------------------------------------- | ---------------------------------------------------------------------------------- | -| `icon` | URL to the app's icon, shown at 64x64 | | -| `name` | Name of the application | My custom app | -| `author` | Who made the application, shown below name | CustomAppSoft | -| `url` | URL to the app's website/source/info | https://strimertul.stream | -| `verificationCode` | A code to display on both app and UI to verify authenticity | 1234ABC | +| Property | Description | Example | +| ------------------ | ----------------------------------------------------------- | -------------------------- | +| `icon` | URL to the app's icon, shown at 64x64 | https://url/to/appicon.png | +| `name` | Name of the application | My custom app | +| `author` | Who made the application, shown below name | CustomAppSoft | +| `url` | URL to the app's website/source/info | https://strimertul.stream | +| `verificationCode` | A code to display on both app and UI to verify authenticity | 1234ABC | Every attribute is optional but you should at least fill out the name to avoid showing up as "Unknown application". Omitted fields will generally not show up in the dialog.