{
    "version": "1.8.1",
    "description": "A modern WinUI 3 wrapper for the Windows Task Scheduler.",
    "homepage": "https://github.com/TRGamer-tech/FluentTaskScheduler",
    "license": {
        "identifier": "MIT",
        "url": "https://github.com/TRGamer-tech/FluentTaskScheduler/blob/main/LICENSE"
    },
    "notes": "Runs on Windows 10 1809 (build 17763) and later.",
    "architecture": {
        "64bit": {
            "url": "https://github.com/TRGamer-tech/FluentTaskScheduler/releases/download/V1.8.1/Portable-x64.zip",
            "hash": "1a40a7072161f9a52766715e783c814d2001a8c015fb731926a6c4d90e361ac9"
        },
        "arm64": {
            "url": "https://github.com/TRGamer-tech/FluentTaskScheduler/releases/download/V1.8.1/Portable-arm64.zip",
            "hash": "21ac6b15999c6136eba255509f51e3003d9e3ecc0fd84495f1f8e2a556ba8c2a"
        }
    },
    "bin": "FluentTaskScheduler.exe",
    "shortcuts": [
        [
            "FluentTaskScheduler.exe",
            "Fluent Task Scheduler"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/TRGamer-tech/FluentTaskScheduler/releases/download/V$version/Portable-x64.zip"
            },
            "arm64": {
                "url": "https://github.com/TRGamer-tech/FluentTaskScheduler/releases/download/V$version/Portable-arm64.zip"
            }
        }
    }
}
