From b984c23de1c9837662fb792430dac3ed464da1bc Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 6 Feb 2023 22:10:22 +0100 Subject: [PATCH] Move IconUrl to json --- FishNotify.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/FishNotify.json b/FishNotify.json index 17eb075..89b4824 100644 --- a/FishNotify.json +++ b/FishNotify.json @@ -1,11 +1,12 @@ { - "Author": "Liza Carvelli", - "Name": "Fish Notify", - "Punchline": "Plays a sound when a fish is caught", - "Description": "Plays a sound when a fish is caught, depending on tug-strength", - "InternalName": "FishNotify", - "Tags": [ - "fishing" - ], - "RepoUrl": "https://github.com/carvelli/Fish-Notify" + "Author": "Liza Carvelli", + "Name": "Fish Notify", + "Punchline": "Plays a sound when a fish is caught", + "Description": "Plays a sound when a fish is caught, depending on tug-strength", + "InternalName": "FishNotify", + "Tags": [ + "fishing" + ], + "RepoUrl": "https://github.com/carvelli/Fish-Notify", + "IconUrl": "https://raw.githubusercontent.com/carvelli/Dalamud-Plugins/master/dist/FishNotify.png" }