{
    "version": "3.6.0",
    "description": "Breitbandmessung der Bundesnetzagentur",
    "homepage": "https://breitbandmessung.de/",
    "license": "Proprietary",
    "url": "https://download.breitbandmessung.de/bbm/Breitbandmessung-3.6.0-win.exe#/dl.7z",
    "hash": "sha512:20e66d3ba05fdb7ee37d26d5ff47375a335423542fda75b739e8cd2780387fd86645b6917058e6773a6e62e9dc3e8028ebb264f17fbf24324ae4e777713da07b",
    "architecture": {
        "64bit": {
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-64.7z\" \"$dir\""
            }
        },
        "32bit": {
            "installer": {
                "script": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR/app-32.7z\" \"$dir\""
            }
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\`$R0\", \"$dir\\Uninstall*\" -Force -Recurse",
    "shortcuts": [
        [
            "Breitbandmessung.exe",
            "Breitbandmessung"
        ]
    ],
    "checkver": {
        "url": "https://download.breitbandmessung.de/bbm/latest.yml",
        "regex": "version:\\s([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://download.breitbandmessung.de/bbm/Breitbandmessung-$version-win.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512: $base64"
        }
    }
}
