{
    "version": "3.4.2",
    "description": "No!! MeiryoUI is Windows system font setting tool on Windows 8.1/10/11.",
    "homepage": "https://github.com/Tatsu-syo/noMeiryoUI",
    "license": "MIT",
    "url": "https://github.com/Tatsu-syo/noMeiryoUI/releases/download/TAG-3.4.2/noMeiryoUI3.4.2.zip",
    "hash": "f241fcd17f7ba59e2ac7f36e42fd59302a098f7b7c253ec01b353c42d5631b87",
    "pre_install": [
        "if (-not (Test-Path \"$persist_dir\\noMeiryoUI.ini\")) {",
        "    New-Item -Path \"$dir\\noMeiryoUI.ini\" -ItemType File -Force | Out-Null",
        "}"
    ],
    "bin": "noMeiryoUI.exe",
    "shortcuts": [
        [
            "noMeiryoUI.exe",
            "No!! Meiryo UI"
        ]
    ],
    "persist": "noMeiryoUI.ini",
    "checkver": {
        "github": "https://github.com/Tatsu-syo/noMeiryoUI",
        "jsonpath": "$.tag_name",
        "regex": "^TAG-([\\d.]+)$"
    },
    "autoupdate": {
        "url": "https://github.com/Tatsu-syo/noMeiryoUI/releases/download/TAG-$version/noMeiryoUI$version.zip"
    }
}
