From c46d532ba5da436c9fa2cb3c93b4f57310e3ceda Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 8 Mar 2024 16:49:08 -0500 Subject: Added in cjson. --- manifest.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'manifest.json') 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": [ -- cgit v1.2.3