diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-15 18:07:09 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-15 18:07:09 -0400 |
commit | eee45a05c83f3939eadddff7e0408ca5d72588bd (patch) | |
tree | ddce0fd8e0b2e879df2711063a5f1f11a4e39e0f /manifest.json | |
parent | 7ecf471a868a4ddf43b5d024474c4ebd087258e6 (diff) | |
download | lite-xl-plugin-manager-eee45a05c83f3939eadddff7e0408ca5d72588bd.tar.gz lite-xl-plugin-manager-eee45a05c83f3939eadddff7e0408ca5d72588bd.zip |
Added in the support_json.lua plugin.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 01f2f03..1611efc 100644 --- a/manifest.json +++ b/manifest.json @@ -4,6 +4,7 @@ "version": "0.1", "description": "A GUI interface to the Adam's lite plugin manager.", "path": "plugins/plugin_manager.lua", + "mod_version": 3, "provides": ["plugin-manager"], "files": [{ "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/0.1/lpm-x86_64-linux", @@ -13,6 +14,13 @@ "url": "https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/0.1/lpm-x86_64-windows", "arch": "x86_64-windows", "checksum": "440cd5dfdcbb63351c078422541631bca07b0ef659cc45d2a9ee779dadee8b43" - }] + }], + "dependencies": { "json": { } } + }, { + "name": "support_json", + "version": "1.0", + "description": "JSON support plugin, provides encoding/decoding.", + "path": "plugins/support_json.lua", + "provides": ["json"] }] } |