1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul-website synced 2024-11-21 21:22:21 +00:00

neater table

This commit is contained in:
Ash Keel 2023-11-06 14:40:11 +01:00
parent 56f538e385
commit 02a9b376b7
No known key found for this signature in database
GPG key ID: 53A9E9A6035DD109

View file

@ -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: The data attributes you can specify to add metadata are the following:
| Property | Description | Example | | Property | Description | Example |
| ------------------ | ----------------------------------------------------------- | ---------------------------------------------------------------------------------- | | ------------------ | ----------------------------------------------------------- | -------------------------- |
| `icon` | URL to the app's icon, shown at 64x64 | <https://raw.githubusercontent.com/strimertul/strimertul/master/build/appicon.png> | | `icon` | URL to the app's icon, shown at 64x64 | https://url/to/appicon.png |
| `name` | Name of the application | My custom app | | `name` | Name of the application | My custom app |
| `author` | Who made the application, shown below name | CustomAppSoft | | `author` | Who made the application, shown below name | CustomAppSoft |
| `url` | URL to the app's website/source/info | https://strimertul.stream | | `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 | | `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. 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.