{
    "version": "3.20.1",
    "description": "A powerful general purpose text editor",
    "homepage": "https://wiki.gnome.org/Apps/Gedit",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://download.gnome.org/binaries/win64/gedit/gedit-x86_64-3.20.1.msi",
            "hash": "6f5be888c1128c302181d75fdece6085d4eb94391dc92d25df48946b2dd0a630",
            "extract_dir": "ProgramFiles64Folder\\gedit"
        }
    },
    "bin": "bin\\gedit.exe",
    "shortcuts": [
        [
            "bin\\gedit.exe",
            "gedit"
        ]
    ],
    "checkver": {
        "url": "https://download.gnome.org/binaries/win64/gedit/",
        "regex": "gedit-x86_64-([\\d.]+)\\.msi"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.gnome.org/binaries/win64/gedit/gedit-x86_64-3.20.1.msi"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
