{
    "version": "0.8.6",
    "description": "Markdown editor with pandoc integration and paginated preview",
    "homepage": "https://panwriter.com",
    "license": "GPL-3.0-only",
    "depends": "pandoc",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mb21/panwriter/releases/download/v0.8.6/PanWriter-Setup-0.8.6.exe#/dl.7z",
            "hash": "3f8c111ede7f7c6d426297638856a5f23dbfdfc0d7377eaaf8ae1162febf8ed5",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
            ]
        }
    },
    "shortcuts": [
        [
            "PanWriter.exe",
            "PanWriter"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mb21/panwriter"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mb21/panwriter/releases/download/v$version/PanWriter-Setup-$version.exe#/dl.7z"
            }
        }
    }
}
