Skip to content

Commit

Permalink
zen-browser: add version 1.0.0-a.34
Browse files Browse the repository at this point in the history
  • Loading branch information
miles170 committed Sep 3, 2024
1 parent d2c1496 commit 48c3cc4
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions bucket/zen-browser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"version": "1.0.0-a.34",
"description": "An open-source, privacy-focused web browser with a focus on speed and user experience.",
"homepage": "https://zen-browser.app",
"license": "MPL-2.0",
"notes": [
"To set profile 'Scoop' as *DEFAULT*, or profiles/settings was lost after update:",
" - Run 'Zen Profile Manager', choose 'Scoop' then click 'Start Zen Browser'.",
" - Visit 'about:profiles' page in Zen Browser to check *DEFAULT* profile.",
"For details: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles"
],
"architecture": {
"64bit": {
"url": "https://github.com/zen-browser/desktop/releases/download/1.0.0-a.34/zen.win-generic.zip",
"hash": "f72bcd2b586a089bb713064e3bc43fd89ab84ebcdcb7de5a8279bc2a17c963c9"
}
},
"extract_dir": "zen",
"post_install": [
"zen -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": "zen.exe",
"shortcuts": [
[
"zen.exe",
"Zen Browser"
],
[
"zen.exe",
"Zen Browser Profile Manager",
"-P"
],
[
"private_browsing.exe",
"Zen Browser Private Browsing"
]
],
"persist": [
"distribution",
"profile"
],
"checkver": {
"github": "https://github.com/zen-browser/desktop",
"regex": "/releases/tag/(?:v|V)?([\\d.]+[a-z][-\\d]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/zen-browser/desktop/releases/download/$version/zen.win-generic.zip"
}
}
}
}

0 comments on commit 48c3cc4

Please sign in to comment.