{
    "version": "0.58.0",
    "description": "ML-powered manga translator, written in Rust.",
    "homepage": "https://koharu.rs/",
    "license": "GPL-3.0-only",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/mayocream/koharu/releases/download/0.58.0/koharu_windows_x64.exe#/koharu.exe",
            "hash": "b50411f86475421a4ba4e025696128c7cb7a30f5293f9a5f9d563455334edb93"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\config.toml\")) { New-Item \"$dir\\config.toml\" -ItemType File | Out-Null }",
    "bin": "koharu.exe",
    "shortcuts": [
        [
            "koharu.exe",
            "Koharu"
        ]
    ],
    "persist": [
        "blobs",
        "fonts",
        "models",
        "projects",
        "runtime",
        "config.toml"
    ],
    "checkver": {
        "github": "https://github.com/mayocream/koharu"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mayocream/koharu/releases/download/$version/koharu_windows_x64.exe#/koharu.exe"
            }
        }
    }
}
