{
    "version": "1.1.8.465",
    "homepage": "https://irzyxa.blogspot.com/",
    "description": "An advanced Windows volume control, which can be used as a complete replacement for the standard Windows volume control.",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/irzyxa/Volume2/blob/master/License.txt"
    },
    "url": "https://github.com/irzyxa/Volume2/releases/download/v1.1.8/Volume2_1_1_8_465.zip",
    "hash": "a38f940d98054f5e0d615e2e9416734a97ad2575eb40df18349e33ea2173ce30",
    "extract_dir": "Volume2",
    "pre_install": [
        "'ColorSchemes.ini', 'Schedules.ini', 'Config.ini' | ForEach-Object {",
        "    if (!(Test-Path \"$persist_dir\\$_\")) {New-Item \"$dir\\$_\" | Out-Null}",
        "}"
    ],
    "bin": "Volume2.exe",
    "shortcuts": [
        [
            "Volume2.exe",
            "Volume²"
        ]
    ],
    "persist": [
        "ColorSchemes.ini",
        "Schedules.ini",
        "Config.ini"
    ],
    "checkver": {
        "github": "https://github.com/irzyxa/Volume2",
        "regex": "Volume²\\s([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://github.com/irzyxa/Volume2/releases/download/v$majorVersion.$minorVersion.$patchVersion/Volume2_$underscoreVersion.zip"
    }
}
