{ "version": "78.0.1", "description": "Popular open source web browser.", "homepage": "https://www.mozilla.org/firefox/", "license": "MPL-2.0", "architecture": { "64bit": { "url": "https://archive.mozilla.org/pub/firefox/releases/78.0.1/win64/cs/Firefox%20Setup%2078.0.1.exe#/dl.7z", "hash": "sha512:b0b3889d707a42038a8c57f58ff1c9517da38c1fba66a734a95d691841bddf9d52b9315b6e24a31b1e4987c224cca0802e8ebe9fee4e99cf4c3b75249f09d750" }, "32bit": { "url": "https://archive.mozilla.org/pub/firefox/releases/78.0.1/win32/cs/Firefox%20Setup%2078.0.1.exe#/dl.7z", "hash": "sha512:2b6dcb7bd8e741061efd3f2e36562ee15b7117134196d586149d1648d7b55b7fc14e621ac6da5815fc583a25bba77df48db775f142f37edd1c93a2d16b1b687f" } }, "extract_dir": "core", "bin": "firefox.exe", "shortcuts": [ [ "firefox.exe", "Firefox" ] ], "checkver": { "url": "https://www.mozilla.org/en-US/firefox/notes/", "regex": "
([\\d.]+)
" }, "autoupdate": { "architecture": { "64bit": { "url": "https://archive.mozilla.org/pub/firefox/releases/$version/win64/cs/Firefox%20Setup%20$version.exe#/dl.7z", "hash": { "url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS", "regex": "$sha512\\s+win64/cs/$basename" } }, "32bit": { "url": "https://archive.mozilla.org/pub/firefox/releases/$version/win32/cs/Firefox%20Setup%20$version.exe#/dl.7z", "hash": { "url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS", "regex": "$sha512\\s+win32/cs/$basename" } } } } }