Started work on initial publication

This commit is contained in:
Lars 2024-05-09 14:49:20 +02:00
parent 5668229379
commit b5e51e2d6e
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
[ [
{ {
"internalName": "hijack-customize-pluginhub", "internalName": "example name",
"hash": "ca9ddd3a14a1b6033eb6a59da6465f5f72d47af351f6ce0a13d3ee40fb5b38ea", "hash": "sha256 hash of ",
"size": 2221, "size": size in bytes (int),
"plugins": [ "plugins": [
"ca.arnah.runelite.HijackCustomizePlugin" "main plugin classes"
], ],
"displayName": "HiJack Customize PluginHub", "displayName": "DisplayName",
"description": "", "description": "",
"provider": "arnah" "provider": "doppelgangr"
} }
] ]