From d15b852cb32a891b47717e957d5f6cf188ea523c Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sat, 17 Feb 2024 09:38:16 +0100 Subject: [PATCH] Add IconUrl to manifest --- Influx/Influx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Influx/Influx.json b/Influx/Influx.json index 81e881b..ef9996a 100644 --- a/Influx/Influx.json +++ b/Influx/Influx.json @@ -3,5 +3,6 @@ "Author": "Liza Carvelli", "Punchline": "Sync game stats to InfluxDB", "Description": "Sync game stats to InfluxDB", - "RepoUrl": "https://git.carvel.li/liza/Influx" + "RepoUrl": "https://git.carvel.li/liza/Influx", + "IconUrl": "https://plugins.carvel.li/icons/Influx.png" }