blob: f93d11a251156dbd2ae400633b9072387b649b0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
}
}
}
}
|