From e1be17d5ad553a78e24e9744461d1fd682dca54b Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 15 Sep 2022 16:18:06 -0400 Subject: Added in plugin manager plugin. --- manifest.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..01f2f03 --- /dev/null +++ b/manifest.json @@ -0,0 +1,18 @@ +{ + "plugins":[{ + "name": "plugin_manager", + "version": "0.1", + "description": "A GUI interface to the Adam's lite plugin manager.", + "path": "plugins/plugin_manager.lua", + "provides": ["plugin-manager"], + "files": [{ + "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/0.1/lpm-x86_64-linux", + "arch": "x86_64-linux", + "checksum": "440cd5dfdcbb63351c078422541631bca07b0ef659cc45d2a9ee779dadee8b43" + }, { + "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/0.1/lpm-x86_64-windows", + "arch": "x86_64-windows", + "checksum": "440cd5dfdcbb63351c078422541631bca07b0ef659cc45d2a9ee779dadee8b43" + }] + }] +} -- cgit v1.2.3