{
    "version": "2.41.3",
    "description": "A music streaming service that offers music with high fidelity sound quality",
    "homepage": "https://tidal.com/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://tidal.com/terms"
    },
    "url": "https://download.tidal.com/desktop/TIDALSetup.exe#/dl.7z",
    "hash": "9a8ecf3757ea500b0ad2cb6905888c6e45c102fa74ac72b8a63686473299ab3e",
    "pre_install": "Expand-7zipArchive \"$dir\\TIDAL-*-full.nupkg\" -ExtractDir 'lib\\net45' -Removal",
    "shortcuts": [
        [
            "TIDAL.exe",
            "TIDAL"
        ]
    ],
    "checkver": {
        "script": [
            "$dl_url = 'https://download.tidal.com/desktop/TIDALSetup.exe'",
            "$dl = cache_path 'Tidal' 'unknown' $dl_url",
            "Invoke-WebRequest $dl_url -OutFile $dl",
            "$ver = (Get-Item $dl).VersionInfo.ProductVersion",
            "Write-Output $ver"
        ],
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://download.tidal.com/desktop/TIDALSetup.exe#/dl.7z"
    }
}
