{
    "version": "2.0.4",
    "description": "Turn any device into a secondary screen for your computer.",
    "homepage": "https://deskreen.com/",
    "license": {
        "identifier": "AGPL-3.0-or-later",
        "url": "https://github.com/pavlobu/deskreen/blob/master/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/pavlobu/deskreen/releases/download/v2.0.4/Deskreen.Setup.2.0.4.exe#/dl.7z",
            "hash": "sha512:77ad6b05fa8dc5c08645793e2728783060829218d4b32fbdf4bc9aa41cb440723726de08d548803a86c56ed87aebb9a8a4f27e11e9378239a29eaea882ea5680",
            "installer": {
                "script": [
                    "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                    "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
                ]
            }
        }
    },
    "shortcuts": [
        [
            "Deskreen.exe",
            "Deskreen"
        ]
    ],
    "checkver": {
        "github": "https://github.com/pavlobu/deskreen"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/pavlobu/deskreen/releases/download/v$version/Deskreen.Setup.$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
