diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-06-27 10:27:10 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-11-30 15:25:20 -0500 |
commit | 75d099a62ed9d039994cea43972e9bea67c19474 (patch) | |
tree | ee5993ff72505e22f68afe1e7fe4422b17f31c05 /manifest.json | |
parent | dba23140b99d1195f570bb76aa19a9091d4ced5d (diff) | |
download | lite-xl-plugin-manager-75d099a62ed9d039994cea43972e9bea67c19474.tar.gz lite-xl-plugin-manager-75d099a62ed9d039994cea43972e9bea67c19474.zip |
Added welcome plugin.
Updated style.
Changed style again.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 862b615..811f086 100644 --- a/manifest.json +++ b/manifest.json @@ -61,6 +61,16 @@ } }, { + "id": "welcome", + "description": "A welcome screen for lite-xl, that on first start, invites a user to install the meta_addons package, or access the plugin manager.", + "type": "plugin", + "path": "plugins/welcome.lua", + "version": "0.1", + "dependencies": { + "plugin_manager": {} + } + }, + { "id": "json", "version": "1.0", "description": "JSON support plugin, provides encoding/decoding.", |