{
    "version": "1.3.4",
    "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.4/MicMute.exe",
            "hash": "b375fbbacab18d8da715e8db7b8c75a515753663149b9b24dd873aa663328f9e"
        }
    },
    "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"
        }
    }
}
