{
    "##": "User config is stored at '$Env:LocalAppData\\python\\mu'",
    "version": "1.2.0",
    "description": "A small, simple editor for beginner Python programmers.",
    "homepage": "https://codewith.mu",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/mu-editor/mu/releases/download/v1.2.0/MuEditor-win64-1.2.0.msi",
                "https://github.com/mu-editor/mu-editor.github.io/raw/master/favicon.ico#/icon.ico"
            ],
            "hash": [
                "8bef34673998ca5644f9d222fc4a13e24a64023a72940e685bcec27827cd765e",
                "f207fdc23e3af8593d5e47fb265acd621cf43ef01841faf5989506de2884e3fb"
            ]
        }
    },
    "extract_dir": "Mu Editor",
    "shortcuts": [
        [
            "Python\\pythonw.exe",
            "Mu Editor",
            "-I -m mu",
            "icon.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/mu-editor/mu"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mu-editor/mu/releases/download/v$version/MuEditor-win64-$version.msi"
            }
        }
    }
}
