-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgluon.json
More file actions
83 lines (83 loc) 路 2.02 KB
/
Copy pathgluon.json
File metadata and controls
83 lines (83 loc) 路 2.02 KB
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
{
"name": "Jadua Go",
"vendor": "Jadua Studios",
"appId": "com.jadua.go",
"binaryName": "jadua-go-browser",
"version": {
"product": "firefox-esr",
"version": "128.8.0esr"
},
"buildOptions": {
"windowsUseSymbolicLinks": false
},
"addons": {
"ublock": {
"platform": "github",
"id": "uBlock0@raymondhill.net",
"repo": "gorhill/uBlock",
"version": "1.58.0",
"fileGlob": "uBlock0_*.firefox(.signed)?.xpi"
},
"SidebarTabs": {
"platform": "github",
"id": "sidebartabs@jaduastudios.com",
"repo": "Jadua1010/SidebarTabs",
"version": "v0.6.6",
"fileGlob": "release.xpi"
},
"GoPanic": {
"id": "gopanic@jaduastudios.com",
"platform": "github",
"repo": "JaduaStudios/GoPanic",
"version": "v0.1.1",
"fileGlob": "release.xpi"
},
"BetterTyping": {
"id": "bettertyping@jaduastudios.com",
"platform": "github",
"repo": "JaduaStudios/BetterTyping",
"version": "v0.1.3",
"fileGlob": "release.xpi"
},
"GoViewer": {
"id": "goviewer@jaduastudios.com",
"platform": "github",
"repo": "JaduaStudios/GoViewer",
"version": "v0.2.1",
"fileGlob": "release.xpi"
},
"LeSpoof": {
"id": "lespoof@jaduastudios.com",
"platform": "github",
"repo": "JaduaStudios/LeSpoof",
"version": "v0.1.0",
"fileGlob": "release.xpi"
}
},
"brands": {
"dev": {
"backgroundColor": "#2B2A33",
"brandShorterName": "Jadua Go",
"brandShortName": "Jadua Go Browser",
"brandFullName": "Jadua Go Browser Dev",
"release": {
"displayVersion": "0.4.6-2",
"github": {
"repo": "JaduaStudios/JaduaGoBrowser"
},
"x86": {
"windowsMar": "windows.mar",
"macosMar": "macos.mar",
"linuxMar": "linux.mar"
}
}
}
},
"license": {
"ignoredFiles": [
".*\\.json"
],
"licenseType": "MPL-2.0"
},
"updateHostname": "goupdate.jaduastudios.com"
}