-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
brave.json
45 lines (45 loc) · 1.29 KB
/
brave.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.71.123-93",
"description": "Secure, Fast & Private Web Browser with Adblocker",
"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": {
"64bit": {
"url": "https://github.com/portapps/brave-portable/releases/download/1.71.123-93/brave-portable-win64-1.71.123-93.7z",
"hash": "1bb35b27cb17c7bf9009789195d44631e39703333b2db796e2419af56fc831bd"
}
},
"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(.,'win64') and contains(.,'.7z')]])[1]",
"regex": "win64-([\\d.-]+)\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/portapps/brave-portable/releases/download/$version/brave-portable-win64-$version.7z"
}
}
}
}