{
    "version": "1.1.2",
    "description": "Cross-platform GUI proxy utility (Empowered by sing-box)",
    "homepage": "https://github.com/throneproj/throne",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/throneproj/throne/releases/download/1.1.2/Throne-1.1.2-windows64.zip",
            "hash": "70aa53fa593067a1010d48ab499708f6634766c6d9d9b9909dbd999906fe0ff7"
        },
        "32bit": {
            "url": "https://github.com/throneproj/throne/releases/download/1.1.2/Throne-1.1.2-windows32.zip",
            "hash": "6e28a3502196be2e3de94beba8a3b3626ffbd1b44718299a2d9e29e9ee0b78a2"
        },
        "arm64": {
            "url": "https://github.com/throneproj/throne/releases/download/1.1.2/Throne-1.1.2-windows-arm64.zip",
            "hash": "4ce9e4d888d9eb95c4a497571e1292ab60b65008fc53b8bcdee4f690b2e2fe59"
        }
    },
    "extract_dir": "Throne",
    "shortcuts": [
        [
            "Throne.exe",
            "Throne"
        ]
    ],
    "post_install": "Remove-Item \"$dir\\updater*\" -Force -Recurse",
    "persist": "config",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/throneproj/throne/releases/download/$version/Throne-$version-windows64.zip"
            },
            "32bit": {
                "url": "https://github.com/throneproj/throne/releases/download/$version/Throne-$version-windows32.zip"
            },
            "arm64": {
                "url": "https://github.com/throneproj/throne/releases/download/$version/Throne-$version-windows-arm64.zip"
            }
        }
    }
}
