Extras/bucket/firefox-eme-free.json
2026-07-28 12:59:08 +00:00

70 lines
2.9 KiB
JSON

{
"version": "153.0.1",
"description": "EME-free version of the Firefox browser, with DRM-support disabled by default.",
"homepage": "https://www.firefox.com/",
"license": "MPL-2.0",
"notes": [
"To set profile 'Scoop' as *DEFAULT*, or profiles/settings was lost after update:",
" - Run 'Firefox Profile Manager', choose 'Scoop' then click 'Start Firefox'.",
" - Visit 'about:profiles' page in Firefox to check *DEFAULT* profile.",
"For details: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles"
],
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/153.0.1/win64-EME-free/en-US/Firefox%20Setup%20153.0.1.exe#/dl.7z",
"hash": "sha512:ad7b9d4e7bf6022e1d26e67965a676f36cc5d8665065054a7fde773391fadfce6e65ed932446d83a79b2f1a9c8aca8639386c28356daeef0291b3be2aa7a4af5"
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/153.0.1/win32-EME-free/en-US/Firefox%20Setup%20153.0.1.exe#/dl.7z",
"hash": "sha512:1fcd56a5e495550ff25bb42de2e75ec1be5a00e3d2dbb3eafba302282f56c455c8b9f2b3f8257fb99f45b6065315c68ef6556fac4e9b542b4aec3f986e247434"
}
},
"extract_dir": "core",
"post_install": [
"firefox -CreateProfile \"Scoop $persist_dir\\profile\"",
"$Addition = \"$persist_dir\\addition\"",
"if (Test-Path $Addition) {",
" info 'Copying additional items...'",
" Copy-Item -Path $Addition\\* -Destination $dir -Force -Recurse -ErrorAction SilentlyContinue",
"}"
],
"bin": "firefox.exe",
"shortcuts": [
[
"firefox.exe",
"Firefox"
],
[
"firefox.exe",
"Firefox Profile Manager",
"-P"
]
],
"persist": [
"distribution",
"profile"
],
"checkver": {
"url": "https://product-details.mozilla.org/1.0/firefox_versions.json",
"jsonpath": "$.LATEST_FIREFOX_VERSION"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/win64-EME-free/en-US/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win64-EME-free/en-US/$basename"
}
},
"32bit": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/win32-EME-free/en-US/Firefox%20Setup%20$version.exe#/dl.7z",
"hash": {
"url": "https://archive.mozilla.org/pub/firefox/releases/$version/SHA512SUMS",
"regex": "$sha512\\s+win32-EME-free/en-US/$basename"
}
}
}
}
}