{
    "version": "1.10.0",
    "description": "A lean code snippet manager based on GitHub Gist",
    "homepage": "https://hackjutsu.com/Lepton/",
    "license": "MIT",
    "url": "https://github.com/hackjutsu/Lepton/releases/download/v1.10.0/Lepton-Setup-1.10.0.exe#/dl.7z",
    "hash": "sha512:add5388a4e22277fbf1e53081bbf0d2eefd23f59ad6c45de19f0382efea01d7b75cef158a975944a8c1821dca2bf15e467ee7b8f12f1d99a241921da7ec2c284",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse",
    "shortcuts": [
        [
            "Lepton.exe",
            "Lepton"
        ]
    ],
    "checkver": {
        "github": "https://github.com/hackjutsu/Lepton"
    },
    "autoupdate": {
        "url": "https://github.com/hackjutsu/Lepton/releases/download/v$version/Lepton-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
