{
    "version": "0.3.5",
    "description": "A all-round MQTT client that provides a structured topic overview.",
    "homepage": "https://mqtt-explorer.com/",
    "license": "MIT",
    "url": "https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v0.3.5/MQTT-Explorer-Setup-0.3.5.exe#/dl.7z",
    "hash": "sha512:ee65fef67e66f97bef62e308b1f3b2d7bb8f23fa8d489b7030df77f3ee29f94daf87a07fa2e1ba28dd660a5c365943ccee92bb1873896f37e40eabd674a213a5",
    "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\" -Recurse",
    "bin": "MQTT Explorer.exe",
    "shortcuts": [
        [
            "MQTT Explorer.exe",
            "MQTT Explorer"
        ]
    ],
    "checkver": {
        "github": "https://github.com/thomasnordquist/MQTT-Explorer"
    },
    "autoupdate": {
        "url": "https://github.com/thomasnordquist/MQTT-Explorer/releases/download/v$version/MQTT-Explorer-Setup-$version.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
