Legacy Manifest

Ah, the legacy manifest... The first of many, unbeknown to me.
So, as I said in the introduction, the legacy manifest was the first idea I had to solve mods getting more complex. Like any first idea it has a lot of flaws that I didn't see at the time, but it worked for the time being.
All this manifest does is grant the creator the ability to give their mod a user-friendly name, description, and icon. Alongside optionally specifying some basic variations of their mod.

Properties

Example

1
2
3
4
5
6
7
8
9
10
{
	"Guid": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
	"Name": "Mod Name",
	"Description": "Lorem ipsum",
	"IconPath": "icon.png",
	"Options": [
		"Option 1",
		"Option 2"
	]
}