forked from zen-browser/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsurfer.json
39 lines (39 loc) · 899 Bytes
/
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
{
"name": "zen-fork",
"vendor": "example companiy",
"appId": "zen.fork.browser",
"binaryName": "zen-fork-browser",
"version": {
"product": "firefox-nightly",
"version": "138.0a1"
},
"buildOptions": {
"generateBranding": true
},
"addons": {},
"brands": {
"release": {
"backgroundColor": "#282A33",
"brandShorterName": "zen-fork",
"brandShortName": "zen-fork",
"brandFullName": "Zen-fork",
"release": {
"displayVersion": "1.0",
"archives": {
"windows": "windows.mar",
"macos-aarch64": "macos-aarch64.mar",
"linux": "linux.mar",
"macos-x64": "macos-x64.mar",
"windows-arm64": "windows-arm64.mar",
"linux-aarch64": "linux-aarch64.mar"
}
}
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
}
}