This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
gluon.json
102 lines (102 loc) · 2.49 KB
/
gluon.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "Pulse",
"vendor": "Fushra",
"appId": "com.fushra.browser.desktop",
"binaryName": "pulse-browser",
"version": {
"product": "firefox",
"version": "121.0"
},
"buildOptions": {
"generateBranding": true
},
"addons": {
"ublock": {
"platform": "github",
"id": "[email protected]",
"repo": "gorhill/uBlock",
"version": "1.54.0",
"fileGlob": "uBlock0_*.firefox(.signed)?.xpi"
},
"tabliss": {
"platform": "amo",
"id": "[email protected]",
"amoId": "850407",
"version": "2.6.0"
},
"firefox-qr-generator": {
"id": "[email protected]",
"platform": "github",
"repo": "pulse-browser/firefox-qr-generator",
"version": "v0.1.0",
"fileGlob": "release.zip"
},
"sidebar-tabs": {
"id": "[email protected]",
"platform": "github",
"repo": "pulse-browser/sidebar-tabs",
"version": "v0.4.0",
"fileGlob": "release.zip"
}
},
"brands": {
"stable": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Pulse",
"brandShortName": "Pulse Browser",
"brandFullName": "Pulse Browser",
"release": {
"displayVersion": "1.0.0",
"github": {
"repo": "pulse-browser/browser"
},
"x86": {
"windowsMar": "windows.mar",
"macosMar": "macosIntel.mar",
"linuxMar": "linux.mar"
}
}
},
"beta": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Pulse",
"brandShortName": "Pulse Browser",
"brandFullName": "Pulse Browser Beta",
"release": {
"displayVersion": "1.0.0-b.0",
"github": {
"repo": "pulse-browser/browser"
},
"x86": {
"windowsMar": "windows.mar",
"macosMar": "macosIntel.mar",
"linuxMar": "linux.mar"
}
}
},
"alpha": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Pulse",
"brandShortName": "Pulse Browser",
"brandFullName": "Pulse Browser Alpha",
"release": {
"displayVersion": "1.0.0-a.89",
"github": {
"repo": "pulse-browser/browser"
},
"x86": {
"windowsMar": "windows.mar",
"macosMar": "macosIntel.mar",
"linuxMar": "linux.mar"
}
}
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
},
"updateHostname": "updates.pulsebrowser.app"
}