{
    "version": "0.3.9",
    "description": "A retro-futuristic editor, combining Vim-style modal editing with the aesthetics and language features of modern editors.",
    "homepage": "https://www.onivim.io/",
    "license": "MIT",
    "notes": "Look at the https://github.com/onivim/oni/wiki/Configuration for configs!",
    "architecture": {
        "64bit": {
            "url": "https://github.com/onivim/oni/releases/download/v0.3.9/Oni-0.3.9-win.zip",
            "hash": "da3bfd8cc9c3c86eada5e72740c435052eaba2bc638d3daa6c12b59d2b11f8b2"
        },
        "32bit": {
            "url": "https://github.com/onivim/oni/releases/download/v0.3.9/Oni-0.3.9-ia32-win.zip",
            "hash": "afece31432721cf98cd1646460445c7fbbdb5a4183d5ac9ea8294ba98befe323"
        }
    },
    "bin": "oni.exe",
    "shortcuts": [
        [
            "oni.exe",
            "oni"
        ]
    ],
    "checkver": {
        "github": "https://github.com/onivim/oni"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/onivim/oni/releases/download/v$version/Oni-$version-win.zip"
            },
            "32bit": {
                "url": "https://github.com/onivim/oni/releases/download/v$version/Oni-$version-ia32-win.zip"
            }
        }
    }
}
