{
    "version": "3.5.3",
    "description": "GUI for rclone & S3",
    "homepage": "https://rcloneui.com",
    "license": "Apache-2.0",
    "suggest": {
        "Microsoft Edge WebView2": "extras/webview2"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v3.5.3/Rclone.UI_x64.exe#/dl.7z",
            "hash": "533331b920b5f3dcac9eca7bc55eec79ff92a9dd3ed73a794260d3b108b81310"
        },
        "arm64": {
            "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v3.5.3/Rclone.UI_arm64.exe#/dl.7z",
            "hash": "1f41168f5330f565a3aec7684ca06cdb0f323b6bc5fbe455d6112aa25a25df22"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninstall.exe\" -Force -Recurse",
    "bin": [
        [
            "Rclone UI.exe",
            "rclone-ui"
        ]
    ],
    "shortcuts": [
        [
            "Rclone UI.exe",
            "Rclone UI"
        ]
    ],
    "checkver": {
        "github": "https://github.com/rclone-ui/rclone-ui"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v$version/Rclone.UI_x64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/rclone-ui/rclone-ui/releases/download/v$version/Rclone.UI_arm64.exe#/dl.7z"
            }
        }
    }
}
