diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index fa0a2d2..0625c96 100644 --- a/manifest.json +++ b/manifest.json @@ -302,10 +302,10 @@ }, { "description": "Automatically displays a font with increasing sizes in a new view.", - "version": "0.1", - "path": "plugins/fontpreview.lua", "id": "fontpreview", - "mod_version": "3" + "mod_version": "3", + "path": "plugins/fontpreview.lua", + "version": "0.1" }, { "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed.", |