{
    "version": "0.4.2",
    "description": "A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers",
    "homepage": "https://github.com/raphamorim/rio",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/raphamorim/rio/releases/download/v0.4.2/Rio-portable-x86_64.exe#/rio.exe",
                "https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
            ],
            "hash": [
                "cfac32a22bcada827684a7d7b07d02215a187af5b2b9c8a162068a853984e508",
                "df14ea18ec6cf01cc7709d4de0e14cfa0366b54fbbbee5e936be16db28b929cb"
            ]
        },
        "arm64": {
            "url": [
                "https://github.com/raphamorim/rio/releases/download/v0.4.2/Rio-portable-aarch64.exe#/rio.exe",
                "https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
            ],
            "hash": [
                "dbf5a20bb497520dfc020ec970e7f2aee26c4c9038f04a431e4aad0afe2199b1",
                "df14ea18ec6cf01cc7709d4de0e14cfa0366b54fbbbee5e936be16db28b929cb"
            ]
        }
    },
    "bin": "rio.exe",
    "shortcuts": [
        [
            "rio.exe",
            "Rio",
            "--working-dir %USERPROFILE%",
            "rio.ico"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": [
                    "https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable-x86_64.exe#/rio.exe",
                    "https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
                ]
            },
            "arm64": {
                "url": [
                    "https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable-aarch64.exe#/rio.exe",
                    "https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
                ]
            }
        }
    }
}
