{
    "version": "3.7.1",
    "description": "A cross-platform text editor aiming to replace Notepad++.",
    "homepage": "https://github.com/cxasm/notepad--",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/cxasm/notepad--/releases/download/notepad-v3.7.1/Notepad--v3.7.1-win10-portable.zip",
            "hash": "4d1887c776c7bae7817ec063fda219c7cf6d98cc9d98d54e40268ad40f3dfddf"
        }
    },
    "extract_dir": "Notepad--v3.7.1-win10-portable",
    "bin": "Notepad--.exe",
    "shortcuts": [
        [
            "Notepad--.exe",
            "Notepad--"
        ]
    ],
    "checkver": {
        "github": "https://github.com/cxasm/notepad--",
        "regex": "notepad-v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/cxasm/notepad--/releases/download/notepad-v$version/Notepad--v$version-win10-portable.zip"
            }
        },
        "extract_dir": "Notepad--v$version-win10-portable"
    }
}
