-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginmaster.json
More file actions
29 lines (29 loc) · 1.32 KB
/
pluginmaster.json
File metadata and controls
29 lines (29 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
"Author": "Onind",
"Name": "Retainer Market Uploader",
"Punchline": "Upload retainer market listings to external API",
"Description": "Automatically reads active retainer market listings and uploads them to a configured API endpoint for price tracking and market analysis. Supports both manual bulk scanning (overlay button) and automatic passive detection when opening a retainer's sell list.",
"Changelog": "Merge pull request #12 from Onind/copilot/fix-plugin-installation-error",
"InternalName": "RetainerMarketUploader",
"AssemblyVersion": "2026.502.1351.0",
"RepoUrl": "https://github.com/Onind/retainer-upload",
"ApplicableVersion": "any",
"Tags": [
"market",
"retainer",
"api",
"utility"
],
"DalamudApiLevel": 15,
"IconUrl": "",
"ImageUrls": [],
"DownloadLinkInstall": "https://raw.githubusercontent.com/Onind/dalamud-plugins/main/plugins/RetainerMarketUploader/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/Onind/dalamud-plugins/main/plugins/RetainerMarketUploader/latest.zip",
"DownloadLinkTesting": "https://raw.githubusercontent.com/Onind/dalamud-plugins/main/plugins/RetainerMarketUploader/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadCount": 0,
"LastUpdate": "1777729929"
}
]