{
    "version": "1.9.27",
    "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.27/Release_AutoActions_1.9.27_x64.zip",
            "hash": "98aebefea038fc2aa4e4f56bb1de1af56e89a045f8b656a934684838e8f371ae"
        },
        "32bit": {
            "url": "https://github.com/Codectory/AutoActions/releases/download/1.9.27/Release_AutoActions_1.9.27_x86.zip",
            "hash": "dd685bfab08fad330d9942c642910040758500a742b6ad4b34fd473d39eeeb73"
        }
    },
    "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"
            }
        }
    }
}
