forked from zen-browser/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
surfer.json
49 lines (49 loc) · 1.05 KB
/
surfer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "Zen Browser",
"vendor": "Zen HQ",
"appId": "com.zen.browser",
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "128.0.3"
},
"buildOptions": {
"generateBranding": true
},
"addons": {},
"brands": {
"beta": {
"backgroundColor": "#282A33",
"brandShorterName": "Zen",
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.0"
}
},
"alpha": {
"backgroundColor": "#282A33",
"brandShorterName": "Zen",
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.0-a.10",
"github": {
"repo": "zen-browser/desktop"
},
"x86": {
"windowsMar": "windows.mar",
"macosMar": "macos.mar",
"linuxMar": "linux.mar"
}
}
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
},
"updateHostname": "zen-updates.vercel.app"
}