{
    "version": "2.7.6.7",
    "description": "An enhanced version of AvsP for editing and previewing AviSynth scripts",
    "homepage": "https://github.com/gispos/AvsPmod",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gispos/AvsPmod/releases/download/2.7.6.7/AvsPmod_v2.7.6.7_.Windows_x86-64.zip",
            "hash": "f1dd9af4dd25b8cb960a8bbeee460d86ff93ad868af3d71b8e0789df9ab9af68",
            "extract_dir": "AvsPmod_64"
        },
        "32bit": {
            "url": "https://github.com/gispos/AvsPmod/releases/download/2.7.6.7/AvsPmod_v2.7.6.7_.Windows_x86-32.zip",
            "hash": "9afe9b5ba5e203bc803565968f0e0a4d0f379dac350eb48bb87a60180a1817fd",
            "extract_dir": "AvsPmod"
        }
    },
    "shortcuts": [
        [
            "AvsPmod.exe",
            "AvsPmod"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gispos/AvsPmod/releases/download/$version/AvsPmod_v$version_.Windows_x86-64.zip"
            },
            "32bit": {
                "url": "https://github.com/gispos/AvsPmod/releases/download/$version/AvsPmod_v$version_.Windows_x86-32.zip"
            }
        }
    }
}
