aboutsummaryrefslogtreecommitdiff
path: root/lite-xl-plugin-manager.json
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-10-04 15:24:45 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-10-04 15:24:45 -0400
commitfd773573c260c3ebf1ece705debf92bc3654f9b7 (patch)
tree6219c791e245e45fb8802f3e5354310d63d52c63 /lite-xl-plugin-manager.json
parent30e8a0001a45e67ada1a7de0a8fa542614da2d02 (diff)
parentd254ce52ddf2ff54dc847fe51d6c5033ebbac5ea (diff)
downloadlite-xl-plugin-manager-fd773573c260c3ebf1ece705debf92bc3654f9b7.tar.gz
lite-xl-plugin-manager-fd773573c260c3ebf1ece705debf92bc3654f9b7.zip
Merge branch 'master' of github.com:lite-xl/lite-xl-plugin-manager
Diffstat (limited to 'lite-xl-plugin-manager.json')
-rw-r--r--lite-xl-plugin-manager.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/lite-xl-plugin-manager.json b/lite-xl-plugin-manager.json
new file mode 100644
index 0000000..f93d11a
--- /dev/null
+++ b/lite-xl-plugin-manager.json
@@ -0,0 +1,30 @@
+{
+ "version": "latest",
+ "description": "Plugin and package manager for Lite XL editor.",
+ "homepage": "https://github.com/lite-xl/lite-xl-plugin-manager",
+ "license": "LPM",
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-windows.exe#/lpm.exe",
+ "checksum": "SKIP"
+ }
+ },
+ "bin": "lpm.exe",
+ "shortcuts": [
+ [
+ "lpm.exe",
+ "Lite-XL Plugin Manager"
+ ]
+ ],
+ "checkver": {
+ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/tags",
+ "regex": "/releases/tag/(?:v|V)?([\\d.]+)"
+ },
+ "autoupdate": {
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-windows.exe"
+ }
+ }
+ }
+}