{
    "version": "4.24.01r5100",
    "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.01r5100/Notepad2_en_x64_v4.24.01r5100.zip",
            "hash": "b4bff65c7109d9084b18cfa60d3f0b34072118283ea308cc1fa1aaa5acdcc217"
        },
        "32bit": {
            "url": "https://github.com/zufuliu/notepad2/releases/download/v4.24.01r5100/Notepad2_en_Win32_v4.24.01r5100.zip",
            "hash": "868e2935b5c71e43e7f08adbbe3d9741f5cd8e3a837e6000727f25f9c32eec26"
        }
    },
    "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"
            }
        }
    }
}
