{
    "version": "1.9.19",
    "description": "Create profiles for your displays and apps to automatically switch the resolution, refresh rate and HDR state according to the app you're using",
    "homepage": "https://github.com/Codectory/AutoActions",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Codectory/AutoActions/releases/download/1.9.19/Release_AutoActions_1.9.19_x64.zip",
            "hash": "94b3b19866b0204b9369e421c7f7822db6897f3c3c66b3be8bf7092811dabb6d"
        },
        "32bit": {
            "url": "https://github.com/Codectory/AutoActions/releases/download/1.9.19/Release_AutoActions_1.9.19_x86.zip",
            "hash": "4eab64dbaead5ebe7451bcef536657714b6e7130bd0ddae58b45d8ccc82c5584"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\UserSettings.json\")) { New-Item -ItemType File \"$dir\\UserSettings.json\" | Out-Null }",
    "shortcuts": [
        [
            "AutoActions.exe",
            "AutoActions"
        ]
    ],
    "persist": "UserSettings.json",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Codectory/AutoActions/releases/download/$version/Release_AutoActions_$version_x64.zip"
            },
            "32bit": {
                "url": "https://github.com/Codectory/AutoActions/releases/download/$version/Release_AutoActions_$version_x86.zip"
            }
        }
    }
}
