{
    "version": "150.0.1",
    "description": "Firefox-based web browser for Windows 7",
    "homepage": "https://eclipse.cx/projects/r3dfox",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Eclipse-Community/r3dfox/releases/download/v150.0.1/r3dfox-150.0.1.en-US.win64.portable.7z",
            "hash": "758d572cc3bc84b65e368d34f845eeba45cdfa306dc11991b71be867251009bb"
        },
        "32bit": {
            "url": "https://github.com/Eclipse-Community/r3dfox/releases/download/v150.0.1/r3dfox-150.0.1.en-US.win32.portable.7z",
            "hash": "bde553997b46bf41ae2940536e02c54086b5e762613dcaf9a9df3987fc5068ce"
        }
    },
    "bin": "r3dfox.exe",
    "shortcuts": [
        [
            "r3dfox.exe",
            "r3dfox"
        ]
    ],
    "persist": "Profile",
    "checkver": {
        "github": "https://github.com/Eclipse-Community/r3dfox"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Eclipse-Community/r3dfox/releases/download/v$version/r3dfox-$version.en-US.win64.portable.7z"
            },
            "32bit": {
                "url": "https://github.com/Eclipse-Community/r3dfox/releases/download/v$version/r3dfox-$version.en-US.win32.portable.7z"
            }
        }
    }
}
