aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2023-12-04 16:51:30 -0500
committerGitHub <noreply@github.com>2023-12-04 16:51:30 -0500
commit7d7defca57e26b89087fe5ef656a405d0ee8ed78 (patch)
treef3ff56d9343cb35f7a0a5588f83c0b71ef51d8ef /manifest.json
parentdba23140b99d1195f570bb76aa19a9091d4ced5d (diff)
parent134fdfa3e1622a21049ec1789624c8eb98b76278 (diff)
downloadlite-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.json10
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.",