Skip to content

Instantly share code, notes, and snippets.

@geetmankar
Last active September 19, 2023 16:10
Show Gist options
  • Save geetmankar/3a7e50b2877c79dee53232e963a5c900 to your computer and use it in GitHub Desktop.
Save geetmankar/3a7e50b2877c79dee53232e963a5c900 to your computer and use it in GitHub Desktop.
Scoop JSON Manifests
{
"homepage": "https://github.com/lite-xl/lite-xl-plugin-manager",
"description": "Lite XL Plugin Manager",
"license": "Unknown",
"version": "latest",
"url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/continuous/lpm.x86_64-windows.exe#/lpm.exe",
"bin": "lpm.exe",
"shortcuts": [
[
"lpm.exe",
"Lite-XL Plugin Manager"
]
],
"checkver": {
"github": "https://github.com/lite-xl/lite-xl-plugin-manager"
},
"autoupdate": {
"url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/continuous/lpm.x86_64-windows.exe#/lpm.exe"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment