{
    "version": "2.10.0-stable.9587.git-0533c10",
    "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.9587.git-0533c10/stoplight-studio-win.exe#/dl.7z",
    "hash": "sha512:163aa9195368819e2dc2c04beaf324d5913a8cbca98e26cf058260b873d55e662146860160ff1452bbfebfd318852de0b5820945f71a6e40f9ee654556688476",
    "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"
        }
    }
}
