mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 07:08:52 +00:00
This commit refactors the code in ZenStartup.mjs to improve the customization of the sidebar buttons. It updates the toolbar structure and adds flexibility for customization. The changes also include modifications to the vertical-tabs.css file to remove commented out code.
43 lines
994 B
JSON
43 lines
994 B
JSON
{
|
|
"name": "Zen Browser",
|
|
"vendor": "Zen HQ",
|
|
"appId": "com.zen.browser",
|
|
"binaryName": "zen",
|
|
"version": {
|
|
"product": "firefox",
|
|
"version": "130.0.1"
|
|
},
|
|
"buildOptions": {
|
|
"generateBranding": true
|
|
},
|
|
"addons": {},
|
|
"brands": {
|
|
"alpha": {
|
|
"backgroundColor": "#282A33",
|
|
"brandShorterName": "Zen",
|
|
"brandShortName": "Zen Browser",
|
|
"brandFullName": "Zen Browser",
|
|
"release": {
|
|
"displayVersion": "1.0.1-a.2",
|
|
"github": {
|
|
"repo": "zen-browser/desktop"
|
|
},
|
|
"archives": {
|
|
"windows": "windows.mar",
|
|
"macos-aarch64": "macos-aarch64.mar",
|
|
"linux": "linux.mar",
|
|
"macos-x64": "macos-x64.mar",
|
|
"windows-compat": "windows-generic.mar",
|
|
"linux-compat": "linux-generic.mar"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"license": {
|
|
"ignoredFiles": [
|
|
".*\\.json"
|
|
],
|
|
"licenseType": "MPL-2.0"
|
|
},
|
|
"updateHostname": "updates.zen-browser.app"
|
|
} |