forked from zen-browser/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
surfer.json
63 lines (63 loc) · 1.56 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Zen Browser",
"vendor": "Zen OSS Team",
"appId": "com.zen.browser",
"binaryName": "zen",
"version": {
"product": "firefox",
"version": "132.0.1"
},
"buildOptions": {
"generateBranding": true
},
"addons": {},
"brands": {
"alpha": {
"backgroundColor": "#282A33",
"brandShorterName": "Zen",
"brandShortName": "Zen Browser",
"brandFullName": "Zen Browser",
"release": {
"displayVersion": "1.0.1-a.18",
"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-t.18",
"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"
}