{
    "version": "0.23.0",
    "description": "A lightspeed workspace for developers",
    "homepage": "https://boostnote.io/",
    "license": "GPL-3.0-or-later",
    "url": "https://github.com/BoostIO/BoostNote.next-local/releases/download/v0.23.0/boost-note-local-win.exe#/dl.7z",
    "hash": "3d6abc36390cad20c5c7d10bd3434a99a5f4b05e6329324c2433eee1a5271314",
    "architecture": {
        "64bit": {
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        },
        "32bit": {
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "Boost Note - Local.exe",
            "Boost Note - Local"
        ]
    ],
    "checkver": {
        "github": "https://github.com/BoostIO/BoostNote.next-local"
    },
    "autoupdate": {
        "url": "https://github.com/BoostIO/BoostNote.next-local/releases/download/v$version/boost-note-local-win.exe#/dl.7z"
    }
}
