Move IconUrl to json

CN
Liza 2023-02-06 22:10:22 +01:00
parent 0019a3868e
commit b984c23de1
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 10 additions and 9 deletions

View File

@ -1,11 +1,12 @@
{ {
"Author": "Liza Carvelli", "Author": "Liza Carvelli",
"Name": "Fish Notify", "Name": "Fish Notify",
"Punchline": "Plays a sound when a fish is caught", "Punchline": "Plays a sound when a fish is caught",
"Description": "Plays a sound when a fish is caught, depending on tug-strength", "Description": "Plays a sound when a fish is caught, depending on tug-strength",
"InternalName": "FishNotify", "InternalName": "FishNotify",
"Tags": [ "Tags": [
"fishing" "fishing"
], ],
"RepoUrl": "https://github.com/carvelli/Fish-Notify" "RepoUrl": "https://github.com/carvelli/Fish-Notify",
"IconUrl": "https://raw.githubusercontent.com/carvelli/Dalamud-Plugins/master/dist/FishNotify.png"
} }