From d9fea34056430b633b9a84ea2a6ce18b937d76da Mon Sep 17 00:00:00 2001 From: Anya Date: Wed, 4 Sep 2024 15:56:50 +0200 Subject: [PATCH] Update custom.json --- custom.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/custom.json b/custom.json index da4c596..c256c96 100644 --- a/custom.json +++ b/custom.json @@ -92,5 +92,37 @@ "DownloadLinkUpdate": "https://github.com/anya-hichu/Orderific/releases/download/0.0.0.1/Orderific.zip", "DownloadCount": 0, "LastUpdated": "0" + }, + { + "Author": "Anya Hichu", + "Name": "Quack", + "InternalName": "Quack", + "AssemblyVersion": "0.0.0.1", + "Description": "Generate and run macro actions quickly using a spotlight inspired interface.", + "ApplicableVersion": "any", + "RepoUrl": "https://github.com/anya-hichu/Quack", + "Tags": [ + "search", + "macro", + "generator", + "quick", + "scripting" + ], + "DalamudApiLevel": 10, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "ImageUrls": [], + "IconUrl": "https://raw.githubusercontent.com/anya-hichu/Quack/master/images/icon.png", + "Punchline": "Run actions quackly.", + "AcceptsFeedback": true, + "DownloadLinkInstall": "https://github.com/anya-hichu/Quack/releases/download/0.0.0.1/Quack.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://github.com/anya-hichu/Quack/releases/download/0.0.0.1/Quack.zip", + "DownloadLinkUpdate": "https://github.com/anya-hichu/Quack/releases/download/0.0.0.1/Quack.zip", + "DownloadCount": 0, + "LastUpdated": "0" } ]