{
    "version": "1.3.0",
    "description": "Organize multiple apps in tabs!",
    "homepage": "https://github.com/sentialx/multrin",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sentialx/multrin/releases/download/v1.3.0/multrin-setup-1.3.0.exe#/dl.7z",
            "hash": "sha512:ae17bfd8993386f7c0d7e5c8fc1291a894c928d2debab7d1aa3be8cdd9abfc36598f8ef4823c1b4b03b08cea165129a4bc6abbb59c79550685743caaa06ebebd",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "Multrin.exe",
            "Multrin"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sentialx/multrin/releases/download/v$version/multrin-setup-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
