{
    "version": "5.0.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/v5.0.1/windows95-win32-x64-5.0.1.zip",
            "hash": "319c5a05561fe2f020540d37152be765acfc2cdcfe332b46fce7a3285956338c"
        },
        "32bit": {
            "url": "https://github.com/felixrieseberg/windows95/releases/download/v5.0.1/windows95-win32-ia32-5.0.1.zip",
            "hash": "9f3018e421f0792b83fcbf144203d0dff67e3157343146e64356e64f8676df4d"
        }
    },
    "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"
            }
        }
    }
}
