{
    "version": "2.10.0-stable.9584.git-ab7ee89",
    "description": "Desktop editor for API Design and Technical Writing",
    "homepage": "https://stoplight.io/studio",
    "license": {
        "identifier": "Freeware",
        "url": "https://stoplight.io/terms"
    },
    "suggest": {
        "Prism": "stoplight-prism"
    },
    "url": "https://github.com/stoplightio/studio/releases/download/v2.10.0-stable.9584.git-ab7ee89/stoplight-studio-win.exe#/dl.7z",
    "hash": "sha512:2a52544ae5d27401ef4b5e621e40caf0e8934eff2b30b954ee88dd3f69e73488a0be1f59158eb97b34a70dc4638179660b750f05fde6bc6b6df92128b623e1be",
    "architecture": {
        "64bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR`\\app-64.7z\" \"$dir\""
        },
        "32bit": {
            "pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR`\\app-32.7z\" \"$dir\""
        }
    },
    "post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse",
    "shortcuts": [
        [
            "Stoplight Studio.exe",
            "Stoplight Studio"
        ]
    ],
    "checkver": {
        "github": "https://github.com/stoplightio/studio",
        "regex": "tag/v([\\w.-]+)"
    },
    "autoupdate": {
        "url": "https://github.com/stoplightio/studio/releases/download/v$version/stoplight-studio-win.exe#/dl.7z",
        "hash": {
            "url": "$baseurl/latest.yml",
            "regex": "sha512:\\s+$base64"
        }
    }
}
