{
    "version": "0.23.1",
    "description": "A collaborative real-time markdown note app for developer teams",
    "homepage": "https://boostnote.io/",
    "license": "GPL-3.0-or-later",
    "url": "https://github.com/BoostIO/BoostNote-App/releases/download/v0.23.1/boost-note-win.exe#/dl.7z",
    "hash": "1fa75a8cb1483064e41d2a4f68fcad6c025ba22d4e11d6b694858ea7cd93e4d5",
    "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.exe",
            "Boost Note"
        ]
    ],
    "checkver": {
        "github": "https://github.com/BoostIO/BoostNote-App"
    },
    "autoupdate": {
        "url": "https://github.com/BoostIO/BoostNote-App/releases/download/v$version/boost-note-win.exe#/dl.7z"
    }
}
