{
    "version": "3.1.1",
    "description": "Windows 95 emulator",
    "homepage": "https://github.com/felixrieseberg/windows95",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/felixrieseberg/windows95/blob/master/LICENSE.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/felixrieseberg/windows95/releases/download/v3.1.1/windows95-win32-x64-3.1.1.zip",
            "hash": "c2e26ecea5f1261a2d81205271e534d54b7c445e8e6badefe11c12dae4d63baf"
        },
        "32bit": {
            "url": "https://github.com/felixrieseberg/windows95/releases/download/v3.1.1/windows95-win32-ia32-3.1.1.zip",
            "hash": "b1b876f711cf0525f461b256b6128d3befc5d3742b9ae856ec5afa2edb8c161e"
        }
    },
    "shortcuts": [
        [
            "windows95.exe",
            "Windows 95"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/felixrieseberg/windows95/releases/download/v$version/windows95-win32-x64-$version.zip"
            },
            "32bit": {
                "url": "https://github.com/felixrieseberg/windows95/releases/download/v$version/windows95-win32-ia32-$version.zip"
            }
        }
    }
}
