Files
desktop/surfer.json
2024-10-12 19:58:45 +02:00

63 lines
1.6 KiB
JSON

{
"name": "Zen Browser",
"vendor": "Zen OSS Team",
"appId": "com.zen.browser",
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "131.0.2"
},
"buildOptions": {
"generateBranding": true
},
"addons": {},
"brands": {
"alpha": {
"backgroundColor": "#282A33",
"brandShorterName": "Zen",
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.1-a.8",
"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"
}
}
},
"twilight": {
"backgroundColor": "#282A33",
"brandShorterName": "Zen",
"brandShortName": "Zen Twilight",
"brandFullName": "Zen Twilight",
"release": {
"displayVersion": "1.0.1-a.8",
"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"
}