From 8e35f7ef6357b2320af09a13399eedac4c38dec5 Mon Sep 17 00:00:00 2001 From: Tim Cappalli Date: Thu, 10 Aug 2023 13:10:57 +0000 Subject: [PATCH] tweak to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08deeea..aef690c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Each AAGUID member has at minimum, a `name` property. This property represents t Each AAGUID member can also _optionally_ contain embedded icon data, for use next to the friendly name in RP interfaces. -The properties are `icon_dark` and `icon_light`. The values of these properties must be SVG data encoded into a base64 data URI. `icon_dark` should be a version targeted at dark mode and/or dark backgrounds. `icon_light` should be a version targeted at light mode and/or light backgrounds. The icon must be square and have adequate padding around the primary element. +The properties are `icon_dark` and `icon_light`. The values of these properties must be SVG data encoded into a base64 data URI. `icon_dark` should be a version targeted at dark mode and/or dark backgrounds. `icon_light` should be a version targeted at light mode and/or light backgrounds. The image must be square and have adequate padding around the icon/element. Many web-based tools can do this encoding/formatting, including: [https://base64.guru/converter/encode/image/svg](https://base64.guru/converter/encode/image/svg).