{
    "version": "1.8.6",
    "description": "Pympress is a PDF presentation tool designed for dual-screen setups such as presentations and public talks.",
    "homepage": "https://github.com/Cimbali/pympress",
    "license": "GPL-2.0",
    "notes": [
        "To support playing embedded videos in the PDFs, your system must have VLC installed (with the same bitness as pympress).",
        "VLC is not distributed with pympress, but it is certainly available in your system's package manager and on their website (https://www.videolan.org/vlc/)."
    ],
    "suggest": {
        "VLC": "extras/vlc"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Cimbali/pympress/releases/download/v1.8.6/pympress-1.8.6-x86_64.zip",
            "hash": "4a63b9ab61e2ca442f9590816bfae4c9e38639d5ed3f004f6f6e481a02769979"
        }
    },
    "extract_dir": "pympress",
    "bin": "pympress.exe",
    "shortcuts": [
        [
            "pympress-gui.exe",
            "Pympress"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Cimbali/pympress/releases/download/v$version/pympress-$version-x86_64.zip"
            }
        }
    }
}
