diff --git a/schemas/manifest_schema.json b/schemas/manifest_schema.json index c67470187..1dd667635 100644 --- a/schemas/manifest_schema.json +++ b/schemas/manifest_schema.json @@ -129,6 +129,13 @@ ] } }, + "additionalAssets": { + "type": "array", + "description": "A list of additonal *ZIP* files the manager should download from the GitHub release of this mod and extract at the root of the mod folder. The mods database only sees the first ZIP file of a release, use this when you need to bypass the 2 GB limit on single GitHub release artifacts.", + "items": { + "type": "string" + } + }, "pathsToPreserve": { "type": "array", "description": "The paths to preserve when updating the mod\nAutomatically includes config.json, manifest.json, and save.json",