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",
"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"
}