{
    "version": "5.4.0",
    "description": "A free and open source code snippets manager for developers",
    "homepage": "https://github.com/massCodeIO/massCode",
    "license": "AGPL-3.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/massCodeIO/massCode/releases/download/v5.4.0/massCode-5.4.0-x64.exe#/dl.7z",
            "hash": "b15252cf0493063e17bc14024f8f19b57e2dca3197e26d0c6d5d9b508c5c799a"
        }
    },
    "installer": {
        "script": [
            "Get-Item \"$dir\\`$PLUGINSDIR\\app*.7z\" | Expand-7zipArchive -DestinationPath \"$dir\"",
            "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse"
        ]
    },
    "shortcuts": [
        [
            "massCode.exe",
            "massCode"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/massCodeIO/massCode/releases/download/v$version/massCode-$version-x64.exe#/dl.7z"
            }
        }
    }
}
