diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-19 18:26:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 18:26:33 -0500 |
commit | 111206d7f52761cb2197afd565f362db35caac3f (patch) | |
tree | 50dad94983719593d6146bbb718c61d39b3b6dff /manifest.json | |
parent | 3b49fd0fd29723d40f7b31ec049102dea77dd5fb (diff) | |
parent | 57d0673ce1a92d0fd3bc9430a1c282288c76110d (diff) | |
download | lite-xl-plugins-111206d7f52761cb2197afd565f362db35caac3f.tar.gz lite-xl-plugins-111206d7f52761cb2197afd565f362db35caac3f.zip |
Merge pull request #199 from Guldoman/PR_svg_screenshot
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 e9a843d..88984a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1127,6 +1127,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", |