{
    "version": "0.15.5",
    "homepage": "https://github.com/jeffvli/sonixd",
    "description": "A full-featured Subsonic/Jellyfin compatible desktop music player.",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jeffvli/sonixd/releases/download/v0.15.5/Sonixd-0.15.5-win-x64.exe#/dl.7z",
            "hash": "sha512:a0596b3ef6c0c81da80d428de16f4a0e210e890e2b59f5931df85cfc54a4b163236b6cccee0f4e4eac3f2472a99b06431b89fbfc28e0101f0b60fcf65dc98f42"
        }
    },
    "installer": {
        "script": [
            "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
            "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninst*\" -Force -Recurse"
        ]
    },
    "shortcuts": [
        [
            "Sonixd.exe",
            "Sonixd"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jeffvli/sonixd/releases/download/v$version/Sonixd-$version-win-x64.exe#/dl.7z",
                "hash": {
                    "url": "https://github.com/jeffvli/sonixd/releases/download/v$version/latest.yml",
                    "mode": "extract",
                    "regex": "(?sm)exe.*sha512: $base64"
                }
            }
        }
    }
}
