diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 18:08:14 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 18:08:14 -0500 |
commit | f66e20b72d4a65b1dbdc589700dbe3049c71e3ae (patch) | |
tree | 3dc3c38173b50c39ced5baf9f6ee2318047b3b99 /manifest.json | |
parent | 38bb937a4a205426432472fed60cc335547b0020 (diff) | |
download | lite-xl-plugin-manager-f66e20b72d4a65b1dbdc589700dbe3049c71e3ae.tar.gz lite-xl-plugin-manager-f66e20b72d4a65b1dbdc589700dbe3049c71e3ae.zip |
Updated manifest.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 776f6ba..85240c0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "plugins": [ { - "name": "plugin_manager", + "id": "plugin_manager", "version": "0.1", "description": "A GUI interface to the Adam's lite plugin manager.", "path": "plugins/plugin_manager", @@ -31,7 +31,7 @@ } }, { - "name": "json", + "id": "json", "version": "1.0", "description": "JSON support plugin, provides encoding/decoding.", "type": "library", |