Files
desktop/surfer.json
mauro-balades 7bdf52eab6 refactor(zen-sidebar): improve sidebar buttons customization
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.
2024-09-19 07:55:10 +02:00

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"
}