{
    "version": "2.9.0",
    "description": "A dedicated scratchpad for developers",
    "homepage": "https://heynote.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/heyman/heynote/releases/download/v2.9.0/Heynote_2.9.0.exe#/dl.7z",
            "hash": "sha512:fd1a4bf6a7fd34f4103a174ef8bd65f0880c711e3740c8a75ba8e7a9883a8b2e5e72603b285539e1d12a15a7ad4da644385dffbf179f192e387c5e2cf87c3760"
        }
    },
    "pre_install": [
        "Expand-7ZipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
        "Remove-Item \"$dir\\`$*\" -Recurse"
    ],
    "shortcuts": [
        [
            "Heynote.exe",
            "Heynote"
        ]
    ],
    "checkver": {
        "github": "https://github.com/heyman/heynote"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/heyman/heynote/releases/download/v$version/Heynote_$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s$base64"
        }
    }
}
