{
    "version": "1.3.1",
    "description": "Microphone controller using keyboard/mouse shortcuts",
    "homepage": "https://github.com/SaifAqqad/AHK_MicMute",
    "license": "Unlicense",
    "architecture": {
        "64bit": {
            "url": "https://github.com/SaifAqqad/AHK_MicMute/releases/download/1.3.1/MicMute.exe",
            "hash": "bf7d7bb7d0e0591abd8edbfbbef78c7993ea8644c240a49e0dc559d37caa93cb"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\config.json\")) { New-Item \"$dir\\config.json\" | Out-Null }",
    "shortcuts": [
        [
            "MicMute.exe",
            "MicMute"
        ]
    ],
    "persist": "config.json",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/SaifAqqad/AHK_MicMute/releases/download/$version/MicMute.exe"
            }
        },
        "hash": {
            "url": "$baseurl/MicMute.sha256"
        }
    }
}
