From 79de60b44951c8bd6e25d4c7022e75ceb42185f8 Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 29 Jul 2020 12:30:44 -0400 Subject: [PATCH] chore: add plugin manifest --- HudSwap/HudSwap.csproj | 3 +++ HudSwap/HudSwap.json | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 HudSwap/HudSwap.json diff --git a/HudSwap/HudSwap.csproj b/HudSwap/HudSwap.csproj index 6f67322..5dea06e 100644 --- a/HudSwap/HudSwap.csproj +++ b/HudSwap/HudSwap.csproj @@ -56,5 +56,8 @@ + + + \ No newline at end of file diff --git a/HudSwap/HudSwap.json b/HudSwap/HudSwap.json new file mode 100644 index 0000000..a9bf578 --- /dev/null +++ b/HudSwap/HudSwap.json @@ -0,0 +1,10 @@ +{ + "Author": "ascclemens", + "Name": "HudSwap", + "Description": "Automatically changes your HUD layout for you. /phudswap", + "InternalName": "HudSwap", + "AssemblyVersion": "1.0.0", + "RepoUrl": "https://sr.ht/~jkcclemens/HudSwap", + "ApplicableVersion": "any", + "DalamudApiLevel": 1 +}