Extras/bucket/ferrite.json
2026-06-08 18:46:05 +00:00

31 lines
933 B
JSON

{
"version": "0.3.0",
"description": "A fast, lightweight text editor for Markdown, JSON, YAML, and TOML files.",
"homepage": "https://getferrite.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/OlaProeis/Ferrite/releases/download/v0.3.0/ferrite-portable-windows-x64.zip",
"hash": "703421fb9c560a1f85a9bedcc0d2debec0223554bee0bab4e1a79c83d961474a"
}
},
"bin": "ferrite.exe",
"shortcuts": [
[
"ferrite.exe",
"Ferrite"
]
],
"persist": "portable",
"checkver": {
"github": "https://github.com/OlaProeis/Ferrite"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/OlaProeis/Ferrite/releases/download/v$version/ferrite-portable-windows-x64.zip"
}
}
}
}