{
    "version": "4.2.1",
    "description": "A file list program that supports multiple storages, powered by Gin and SolidJS, fork of AList.",
    "homepage": "https://oplist.org/",
    "license": "AGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.2.1/openlist-windows-amd64.zip",
            "hash": "md5:160e8327bff51b5071aab80fd82ec523"
        },
        "32bit": {
            "url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.2.1/openlist-windows-386.zip",
            "hash": "md5:686b0da3c31e567bdca3183bb3b9bf73"
        },
        "arm64": {
            "url": "https://github.com/OpenListTeam/OpenList/releases/download/v4.2.1/openlist-windows-arm64.zip",
            "hash": "md5:b4c5d5ea3896797aa93d4cb8ad67e93a"
        }
    },
    "bin": [
        [
            "openlist.exe",
            "openlist",
            "--force-bin-dir"
        ]
    ],
    "persist": [
        "data",
        "log"
    ],
    "checkver": {
        "github": "https://github.com/OpenListTeam/OpenList"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/OpenListTeam/OpenList/releases/download/v$version/openlist-windows-amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/OpenListTeam/OpenList/releases/download/v$version/openlist-windows-386.zip"
            },
            "arm64": {
                "url": "https://github.com/OpenListTeam/OpenList/releases/download/v$version/openlist-windows-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/md5.txt"
        }
    }
}
