From db1ec6b0ee621164f72f85c3e699ee579d70f660 Mon Sep 17 00:00:00 2001 From: anya-hichu Date: Thu, 22 Aug 2024 10:43:32 +0200 Subject: [PATCH] Update custom.json --- custom.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/custom.json b/custom.json index 0967ef4..bb67b12 100644 --- a/custom.json +++ b/custom.json @@ -1 +1,36 @@ -{} +[ + { + "Author": "Anya Hichu", + "Name": "ChatContext", + "InternalName": "ChatContext", + "AssemblyVersion": "0.0.0.1", + "Description": "Add sender target name in chat messages and displays nearly player targets", + "ApplicableVersion": "any", + "RepoUrl": "https://github.com/anya-hichu/ChatContext", + "Tags": [ + "chat", + "context", + "target" + ], + "DalamudApiLevel": 10, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "ImageUrls": [ + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image1.png", + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image2.png", + "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/image3.png" + ], + "IconUrl": "https://raw.githubusercontent.com/anya-hichu/ChatContext/master/images/icon.png", + "Punchline": "Add sender target name in chat messages.", + "AcceptsFeedback": true, + "DownloadLinkInstall": "https://github.com/anya-hichu/ChatContext/releases/download/0.0.0.1/ChatContext.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://github.com/anya-hichu/ChatContext/releases/download/0.0.0.1/ChatContext.zip", + "DownloadLinkUpdate": "https://github.com/anya-hichu/ChatContext/releases/download/0.0.0.1/ChatContext.zip", + "DownloadCount": 0, + "LastUpdated": "0" + } +] \ No newline at end of file