{
    "version": "4.1.4",
    "description": "Python IDE for beginners",
    "homepage": "https://thonny.org",
    "license": "MIT",
    "url": "https://github.com/thonny/thonny/releases/download/v4.1.4/thonny-4.1.4-windows-portable.zip",
    "hash": "1c4192e1e96b69e96f2f560ca529eb2a4d9317cdb0265da86fc41e5b4d4b4679",
    "shortcuts": [
        [
            "thonny.exe",
            "Thonny"
        ]
    ],
    "env_set": {
        "THONNY_USER_DIR": "$persist_dir\\user_data"
    },
    "persist": "user_data",
    "checkver": {
        "url": "https://api.github.com/repositories/163728962/releases",
        "regex": "thonny-([\\d.]+)-windows-portable\\.zip"
    },
    "autoupdate": {
        "url": "https://github.com/thonny/thonny/releases/download/v$version/thonny-$version-windows-portable.zip"
    }
}
