{
    "version": "0.2.1",
    "description": "Lightweight markdown viewer.",
    "homepage": "https://github.com/minodisk/markn/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/minodisk/markn/releases/download/v0.2.1/Markn-win32-x64.zip",
            "hash": "ad3669dd0543b0371db199ea8716372b32cc1b77414f69b18588631e59f8bc65",
            "extract_dir": "build\\Markn-win32-x64"
        },
        "32bit": {
            "url": "https://github.com/minodisk/markn/releases/download/v0.2.1/Markn-win32-ia32.zip",
            "hash": "a3974287ec5bc4b350e87f3387fdcbf956f5fc7e4d0116de6086b9f994788e53",
            "extract_dir": "build\\Markn-win32-ia32"
        }
    },
    "bin": "Markn.exe",
    "shortcuts": [
        [
            "Markn.exe",
            "Markn"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/minodisk/markn/releases/download/v$version/Markn-win32-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/minodisk/markn/releases/download/v$version/Markn-win32-ia32.zip"
            }
        }
    }
}
