diff --git a/apps/widadjust/README.md b/apps/widadjust/README.md index 1b51440f5..4f89af54b 100644 --- a/apps/widadjust/README.md +++ b/apps/widadjust/README.md @@ -50,3 +50,8 @@ function adjustedNow() { return WIDGETS.adjust ? WIDGETS.adjust.now() : Date.now(); } ``` + +## Acknowledgment + +Uses [Clock Settings](https://icons8.com/icon/tQvI71EfIWy3/clock-settings) +icon by [Icons8](https://icons8.com). diff --git a/apps/widadjust/icon.png b/apps/widadjust/icon.png new file mode 100644 index 000000000..f97394618 Binary files /dev/null and b/apps/widadjust/icon.png differ diff --git a/apps/widadjust/metadata.json b/apps/widadjust/metadata.json index 30670fd83..a308072f5 100644 --- a/apps/widadjust/metadata.json +++ b/apps/widadjust/metadata.json @@ -1,6 +1,7 @@ { "id": "widadjust", "name": "Adjust Clock", + "icon": "icon.png", "version": "0.01", "description": "Adjusts clock continually in the background to counter clock drift", "type": "widget",