{
    "version": "1.10.0",
    "description": "Modified web browser for responsive web development",
    "homepage": "https://responsively.app",
    "license": "AGPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/responsively-org/responsively-app-releases/releases/download/v1.10.0/ResponsivelyApp-Setup-1.10.0.exe#/dl.7z",
            "hash": "sha512:0c261d87cc46db6a948166fa2772201a312dd407db09748b39f9d5509411c1f513944df740dd7a878654579e9738eb76c6b2e5368180ca86367825ab2066cbf6",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" -DestinationPath \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninst*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "ResponsivelyApp.exe",
            "Responsively"
        ]
    ],
    "checkver": {
        "github": "https://github.com/responsively-org/responsively-app"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/responsively-org/responsively-app-releases/releases/download/v$version/ResponsivelyApp-Setup-$version.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "(?s)$basename.*?$base64"
        }
    }
}
