From e7607fa05524424920fa48ffeb6bf94d82c04ddb Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Fri, 10 Jun 2022 07:54:41 +0000 Subject: [PATCH] Add dark icon/logo endpoints --- docs/api/supervisor/endpoints.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index a117dea2..8572bfe5 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -77,7 +77,16 @@ Returns the raw container logs from docker. -Get the add-on icon + +Get the `icon.png` file of an add-on. + + + + + +Get the `dark_icon.png` file of an add-on. +This will fallback to `icon.png` if `dark_icon.png` does not exist. + @@ -247,7 +256,16 @@ Install an add-on -Get the add-on logo + +Get the `logo.png` file of an add-on. + + + + + +Get the `dark_logo.png` file of an add-on. +This will fallback to `logo.png` if `dark_logo.png` does not exist. +