{
    "version": "0.4.0",
    "description": "Git visualization tool that's more than just git.",
    "homepage": "https://github.com/Yamazaki93/MetroGit",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Yamazaki93/MetroGit/releases/download/v0.4.0/metrogit-setup-0.4.0.exe#/dl.7z",
            "hash": "sha512:f9e205d7f0951b4874a90e7305951ebc39b49492647ef59719844d732818ad9b03def8404b5269fac69871ec67c960ce4ee91f841bcc457fa2fa9a04740de902",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "MetroGit.exe",
            "MetroGit"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Yamazaki93/MetroGit/releases/download/v$version/metrogit-setup-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
