-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgluon.json
More file actions
37 lines (37 loc) · 783 Bytes
/
gluon.json
File metadata and controls
37 lines (37 loc) · 783 Bytes
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
{
"name": "Experiment",
"vendor": "Fushra",
"appId": "com.fushra.browser.experiment.runtime",
"binaryName": "experiment-browser",
"version": {
"product": "firefox",
"version": "131.0.3"
},
"buildOptions": {
"windowsUseSymbolicLinks": false
},
"addons": {},
"brands": {
"unofficial": {
"brandShortName": "Runtime",
"brandFullName": "Runtime",
"release": {
"displayVersion": "1.0.0",
"github": {
"repo": "pulse-browser/experiment-runtime"
},
"x86": {
"windowsMar": "windows.mar",
"macosMar": "macosIntel.mar",
"linuxMar": "linux.mar"
}
}
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
}
}