From abf2276ce0e04ecda4db9253c70dbf9bebeff150 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:02:45 +0100 Subject: [PATCH] Modify date_created and logo in nightscout.json Updated the creation date and logo URL for Nightscout. --- frontend/public/json/nightscout.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/nightscout.json b/frontend/public/json/nightscout.json index 05116582e..eaef6725b 100644 --- a/frontend/public/json/nightscout.json +++ b/frontend/public/json/nightscout.json @@ -4,14 +4,14 @@ "categories": [ 0 ], - "date_created": "2025-01-17", + "date_created": "2025-02-06", "type": "ct", "updateable": true, "privileged": false, "interface_port": 1337, "documentation": "https://nightscout.github.io/", "website": "http://www.nightscout.info/", - "logo": "https://raw.githubusercontent.com/nightscout/cgm-remote-monitor/master/static/images/large.png", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/nightscout.webp", "config_path": "/opt/nightscout/my.env", "description": "Nightscout is an open source, DIY project that allows real time access to a CGM data via personal website, smartwatch watchers, or apps and widgets available for smartphones.", "install_methods": [ @@ -49,4 +49,4 @@ "type": "warning" } ] -} \ No newline at end of file +}