{
    "version": "20.3",
    "description": "Open source home theater/media center software and entertainment hub for digital media",
    "homepage": "https://kodi.tv/",
    "license": "GPL-2.0-or-later",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://mirrors.kodi.tv/releases/windows/win64/kodi-20.3-Nexus-x64.exe#/dl.7z",
            "hash": "aca015a5fee6c4a02bc2ef11563d681459acd68cc1766935edbe570ca8c33bf7"
        },
        "32bit": {
            "url": "https://mirrors.kodi.tv/releases/windows/win32/kodi-20.3-Nexus-x86.exe#/dl.7z",
            "hash": "a76ed6f27299b2f60932e0e32443c444c83d73a3c5e5a0b5776d580a1541aed5"
        }
    },
    "post_install": "'$PLUGINSDIR', '$TEMP', 'AppxManifest.xml', 'Uninstall.exe' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }",
    "shortcuts": [
        [
            "kodi.exe",
            "Kodi",
            "-p"
        ]
    ],
    "persist": "portable_data",
    "checkver": {
        "url": "https://kodi.tv/download/windows",
        "regex": "Kodi v(?<version>[\\d.]+) \\((?<name>\\w+)\\)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://mirrors.kodi.tv/releases/windows/win64/kodi-$version-$matchName-x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://mirrors.kodi.tv/releases/windows/win32/kodi-$version-$matchName-x86.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$url?mirrorlist",
            "regex": "$sha256"
        }
    }
}
