diff --git a/bucket/ferrite.json b/bucket/ferrite.json new file mode 100644 index 00000000000000..66c513cd271b2c --- /dev/null +++ b/bucket/ferrite.json @@ -0,0 +1,29 @@ +{ + "version": "0.2.9", + "description": "A fast, lightweight text editor for Markdown, JSON, YAML, and TOML files. Built with Rust and egui for a native, responsive experience.", + "homepage": "https://getferrite.dev/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/OlaProeis/Ferrite/releases/download/v0.2.9/ferrite-portable-windows-x64.zip", + "hash": "ecca1faecb5c61529ddb8b1a53245b9d2036810471115eeefb6f64390d1523e5" + } + }, + "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" + } + } + } +}