{
    "version": "3.0.0",
    "description": "A secure boot compatible in-memory UxTheme patcher",
    "homepage": "https://github.com/namazso/SecureUxTheme",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/namazso/SecureUxTheme/releases/download/v3.0.0/SecureUxTheme-amd64.zip",
            "hash": "9B170FC59D6EFC3097A165735AA2641564C2445805A9E534E4C887B00A1D85D7"
        },
        "32bit": {
            "url": "https://github.com/namazso/SecureUxTheme/releases/download/v3.0.0/SecureUxTheme-x86.zip",
            "hash": "8E79CA6CDD0536D8669BE4553C968AB418423C336EEAB99CD9D7BE7BC32DD71B"
        },
        "arm64": {
            "url": "https://github.com/namazso/SecureUxTheme/releases/download/v3.0.0/SecureUxTheme-arm64.zip",
            "hash": "6D1EC05D084AF804936C0981980DBFB3902AD694B90EC9FD56ECD78A35633F25"
        }
    },
    "shortcuts": [
        [
            "ThemeTool.exe",
            "ThemeTool"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/SecureUxTheme-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/SecureUxTheme-x86.zip"
            },
            "arm64": {
                "url": "https://github.com/namazso/SecureUxTheme/releases/download/v$version/SecureUxTheme-arm64.zip"
            }
        }
    }
}
