{
    "version": "0.11.1",
    "description": "A tool which can help you bypass SNI RST",
    "homepage": "https://urenko.github.io/Accesser/",
    "license": "GPL-3.0-only",
    "url": "https://github.com/URenko/Accesser/releases/download/v0.11.1/Accesser.exe",
    "hash": "89713832aba137502943b13c9b3396ed932ef0bcdd8c754aa32101ffd347b9f3",
    "persist": "config.json",
    "bin": "Accesser.exe",
    "shortcuts": [
        [
            "Accesser.exe",
            "Accesser"
        ]
    ],
    "pre_install": [
        "if (!(Test-Path \"$persist_dir\\config.json\")) {",
        "    New-Item -Force -Path \"$dir\" -Name 'config.json' -Value '{}' | Out-Null",
        "}"
    ],
    "checkver": {
        "github": "https://github.com/URenko/Accesser"
    },
    "autoupdate": {
        "url": "https://github.com/URenko/Accesser/releases/download/v$version/Accesser.exe",
        "hash": {
            "url": "https://github.com/URenko/Accesser/releases/tag/v$version",
            "regex": "SHA256: $sha256"
        }
    }
}
