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