{
    "version": "2.7.9.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.9.7/AvsPmod_v2.7.9.7_.Windows_x86-64.zip",
            "hash": "3e2719d91d1bf55c48330bfae6cf681e2142595b2f56572193f7b6bb7cb2e0fe",
            "extract_dir": "AvsPmod_64"
        },
        "32bit": {
            "url": "https://github.com/gispos/AvsPmod/releases/download/2.7.9.7/AvsPmod_v2.7.9.7_.Windows_x86-32.zip",
            "hash": "a9c5e379755332e5c6dfe4b9789323bfe00cea886a374067e995d8fb07b9e378",
            "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"
            }
        }
    }
}
