From c8b0b6457d923b93639685628f6792476b38618d Mon Sep 17 00:00:00 2001 From: Eauldane Date: Fri, 22 Aug 2025 12:43:14 +0100 Subject: [PATCH] Snowcloak 0.1.1 --- repo.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 repo.json diff --git a/repo.json b/repo.json new file mode 100644 index 0000000..43c1d2e --- /dev/null +++ b/repo.json @@ -0,0 +1,26 @@ +[ + { + "Author": "Eauldane", + "Name": "Snowcloak Sync", + "InternalName": "Snowcloak", + "AssemblyVersion": "0.1.1", + "TestingAssemblyVersion": "0.1.1", + "Description": "This plugin will synchronize your Penumbra mods and current Glamourer state with other paired clients automatically.", + "ApplicableVersion": "any", + "RepoUrl": "https://github.com/Eauldane/SnowcloakClient", + "Tags": [ + "customization" + ], + "DalamudApiLevel": 13, + "TestingDalamudApiLevel": 13, + "LoadPriority": 0, + "IconUrl": "", + "Punchline": "Social modding for the masses.", + "IsHide": false, + "IsTestingExclusive": false, + "CanUnloadAsync": true, + "DownloadLinkInstall": "https://github.com/Eauldane/SnowcloakClient/releases/download/0.1.1/SnowcloakClient.zip", + "DownloadLinkTesting": "https://github.com/Eauldane/SnowcloakClient/releases/download/0.1.1/SnowcloakClient.zip", + "DownloadLinkUpdate": "https://github.com/Eauldane/SnowcloakClient/releases/download/0.1.1/SnowcloakClient.zip" + } +]