{
    "version": "36.2.1",
    "description": "Powerful text editor with syntax highlighting for multiple languages and scripts. Formerly known as EditBone",
    "homepage": "https://texteditor.pro/",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.texteditor.pro/support/license/"
    },
    "architecture": {
        "64bit": {
            "url": "https://www.texteditor.pro/downloads/TextEditorPro64.7z",
            "hash": "c8c1bfc583be26944a0afb10a88affc3a4e5a6f5101d33a41efa0fcb874f0635"
        },
        "32bit": {
            "url": "https://www.texteditor.pro/downloads/TextEditorPro32.7z",
            "hash": "5a7ae2e7f9dee2eb7f8b282c22727689f3445cc785722d7f708e11db667a54ef"
        }
    },
    "bin": [
        [
            "TextEditorPro.exe",
            "TextEditorPro",
            "-inipath=\"$dir\\config\""
        ]
    ],
    "shortcuts": [
        [
            "TextEditorPro.exe",
            "Text Editor Pro",
            "-inipath=\"$dir\\config\""
        ]
    ],
    "persist": [
        "config",
        "Skins"
    ],
    "checkver": {
        "url": "https://texteditor.pro/pages/changes.php",
        "regex": "Version ([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.texteditor.pro/downloads/TextEditorPro64.7z"
            },
            "32bit": {
                "url": "https://www.texteditor.pro/downloads/TextEditorPro32.7z"
            }
        }
    }
}
