diff options
author | Adam <adamdharrison@gmail.com> | 2023-12-04 16:51:30 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-04 16:51:30 -0500 |
commit | 7d7defca57e26b89087fe5ef656a405d0ee8ed78 (patch) | |
tree | f3ff56d9343cb35f7a0a5588f83c0b71ef51d8ef /manifest.json | |
parent | dba23140b99d1195f570bb76aa19a9091d4ced5d (diff) | |
parent | 134fdfa3e1622a21049ec1789624c8eb98b76278 (diff) | |
download | lite-xl-plugin-manager-7d7defca57e26b89087fe5ef656a405d0ee8ed78.tar.gz lite-xl-plugin-manager-7d7defca57e26b89087fe5ef656a405d0ee8ed78.zip |
Merge pull request #32 from lite-xl/PR/welcome-plugin
Welcome Plugin
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.", |