-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
brave32.json
45 lines (45 loc) · 1.31 KB
/
brave32.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
{
"version": "1.20.110-71",
"description": "Secure, Fast & Private Web Browser with Adblocker (last 32 bit version)",
"homepage": "https://brave.com",
"license": {
"identifier": "Freeware,BSD-3-Clause,GPL-3.0-only,...",
"url": "https://github.com/brave/brave-browser/blob/master/LICENSE"
},
"architecture": {
"32bit": {
"url": "https://github.com/portapps/brave-portable/releases/download/1.20.110-71/brave-portable-win32-1.20.110-71.7z",
"hash": "c173373d0bf7f4c635c3f680a715b329b96bb25b62e5a56b4185e7374fcb9796"
}
},
"bin": [
"brave-portable.exe",
[
"brave-portable.exe",
"brave"
]
],
"shortcuts": [
[
"brave-portable.exe",
"Brave"
]
],
"persist": [
"data",
"log",
"reg"
],
"checkver": {
"url": "https://portapps.io/app/brave-portable/feed.xml",
"xpath": "(//title[text()[contains(.,'win32') and contains(.,'.7z')]])[1]",
"regex": "win32-([\\d.-]+)\\.7z"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/portapps/brave-portable/releases/download/$version/brave-portable-win32-$version.7z"
}
}
}
}