diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index f21d73e..028ba90 100644 --- a/manifest.json +++ b/manifest.json @@ -81,7 +81,33 @@ "version": "1.0", "description": "JSON support plugin, provides encoding/decoding.", "type": "library", - "path": "libraries/json.lua" + "path": "libraries/json.lua", + "files": [ + { + "arch": "x86_64-linux", + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/cjson.x86_64-linux.so", + "checksum": "SKIP", + "optional": true + }, + { + "arch": "x86_64-windows", + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/cjson.x86_64-windows.dll", + "checksum": "SKIP", + "optional": true + }, + { + "arch": "x86_64-darwin", + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/cjson.x86_64-x86_64-darwin.so", + "checksum": "SKIP", + "optional": true + }, + { + "arch": "aarch64-darwin", + "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/cjson.aarch64-darwin.so", + "checksum": "SKIP", + "optional": true + } + ] } ], "lite-xls": [ |