{
    "version": "4.24.05r5242",
    "description": "Fork of Notepad2, a light-weight Scintilla-based text editor. Featuring syntax highlighting, code folding, auto-completion and API list for about 80 programming languages/documents.",
    "homepage": "https://github.com/zufuliu/notepad2",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zufuliu/notepad2/releases/download/v4.24.05r5242/Notepad2_en_x64_v4.24.05r5242.zip",
            "hash": "9eb8981657c588701a7493a8dd0deb2a4f578bf921adfe7682b467d2068368b3"
        },
        "32bit": {
            "url": "https://github.com/zufuliu/notepad2/releases/download/v4.24.05r5242/Notepad2_en_Win32_v4.24.05r5242.zip",
            "hash": "8049fd0bcbb6140458b9873073f46e666b992f58697ce3954502ae728f72569f"
        }
    },
    "bin": "notepad2.exe",
    "shortcuts": [
        [
            "Notepad2.exe",
            "Notepad2"
        ],
        [
            "metapath.exe",
            "metapath"
        ]
    ],
    "persist": [
        "Notepad2.ini",
        "metapath.ini"
    ],
    "checkver": {
        "github": "https://github.com/zufuliu/notepad2",
        "regex": "Notepad2_en_x64_v([r\\d.]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zufuliu/notepad2/releases/download/v$version/Notepad2_en_x64_v$version.zip"
            },
            "32bit": {
                "url": "https://github.com/zufuliu/notepad2/releases/download/v$version/Notepad2_en_Win32_v$version.zip"
            }
        }
    }
}
