{
    "version": "11.0.0.54",
    "description": "Automatically switches between the dark and light theme of Windows 10 and Windows 11.",
    "homepage": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/11.0.0.54/AutoDarkMode_11.0.0.54_x64.zip",
            "hash": "4323e639fb363a90b3ca7de0e9523bdfd7e09bc45bb272f5eb6f2ccc8651b512"
        },
        "arm64": {
            "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/11.0.0.54/AutoDarkMode_11.0.0.54_ARM64.zip",
            "hash": "dfd300b0d10196ea05dd016c41fbc90219301512de5130a78ca82bdc833c56cc"
        }
    },
    "extract_dir": "adm-app",
    "bin": "core\\AutoDarkModeShell.exe",
    "shortcuts": [
        [
            "ui\\AutoDarkModeApp.exe",
            "Auto Dark Mode"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/$version/AutoDarkMode_$version_x64.zip"
            },
            "arm64": {
                "url": "https://github.com/AutoDarkMode/Windows-Auto-Night-Mode/releases/download/$version/AutoDarkMode_$version_ARM64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/$basenameNoExt.sha256"
        }
    }
}
