{
    "version": "1.13.4",
    "description": "A minimal Markdown editor and reader",
    "homepage": "https://typora.io",
    "license": {
        "identifier": "Proprietary",
        "url": "https://support.typora.io/License-Agreement/"
    },
    "suggest": {
        "pandoc": "pandoc"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.typora.io/windows/typora-setup-x64-1.13.4.exe",
            "hash": "4f38ae1a7a7a56160d62a9779c1c90c5b5ff87e764faec1dc3e1a75c2fb98ea9"
        },
        "32bit": {
            "url": "https://download.typora.io/windows/typora-setup-ia32-1.13.4.exe",
            "hash": "7d0b5c268fdb884f79196ac4b32b3da4c00e2d075163f91147af711bd9dc6f04"
        },
        "arm64": {
            "url": "https://download.typora.io/windows/typora-setup-arm64-1.13.4.exe",
            "hash": "e7e8905b3fab6b990ef5a4437e3a867a6cde314968163362a087bb19100132df"
        }
    },
    "innosetup": true,
    "bin": "Typora.exe",
    "shortcuts": [
        [
            "Typora.exe",
            "Typora"
        ]
    ],
    "checkver": {
        "url": "https://typora.io/releases/stable",
        "regex": "typora-setup-x64-([\\d.]+)\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.typora.io/windows/typora-setup-x64-$version.exe"
            },
            "32bit": {
                "url": "https://download.typora.io/windows/typora-setup-ia32-$version.exe"
            },
            "arm64": {
                "url": "https://download.typora.io/windows/typora-setup-arm64-$version.exe"
            }
        }
    }
}
