diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-01-16 05:51:23 +0100 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2023-01-16 05:51:23 +0100 |
commit | 57d0673ce1a92d0fd3bc9430a1c282288c76110d (patch) | |
tree | 76bd82d2b785cf4f2a686bc68cbdb715f41a2581 /manifest.json | |
parent | 99138bee0700d4a159d9592c67cbe7e56fae8b75 (diff) | |
download | lite-xl-plugins-57d0673ce1a92d0fd3bc9430a1c282288c76110d.tar.gz lite-xl-plugins-57d0673ce1a92d0fd3bc9430a1c282288c76110d.zip |
Add `svg_screenshot`
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 2d94556..2920ea6 100644 --- a/manifest.json +++ b/manifest.json @@ -1110,6 +1110,13 @@ "mod_version": "3" }, { + "description": "Takes an SVG screenshot. Only browsers seem to support the generated SVG properly.", + "version": "0.1", + "path": "plugins/svg_screenshot.lua", + "id": "svg_screenshot", + "mod_version": "3" + }, + { "description": "Switch between open tabs by searching by name", "version": "0.1", "path": "plugins/tab_switcher.lua", |