forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Wavebox-canary.json
44 lines (44 loc) · 1.36 KB
/
Wavebox-canary.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
{
"version": "10.0.552.4",
"description": "Wavebox 10 Canary. A distraction-free browser for fast and focused working across all web apps.",
"homepage": "https://wavebox.io",
"license": {
"identifier": "Proprietary",
"url": "https://wavebox.io/eula"
},
"changelog": "https://wavebox.io/changelog/canary/10.0.552/",
"architecture": {
"64bit": {
"url": "https://download.wavebox.app/canary/win/Install%20Wavebox%2010.0.552.4.exe#/cosi.7z",
"hash": "667a58773af38fcf53d2d08655bf93f48a9ad20094be1c378eb53670578892ae"
}
},
"installer": {
"script": "Expand-7zipArchive \"$dir\\chrome.7z\" -ExtractDir 'Chrome-bin' -Removal"
},
"bin": [
"Wavebox.exe",
[
"Wavebox.exe",
"Wavebox-canary"
]
],
"shortcuts": [
[
"Wavebox.exe",
"Wavebox Canary"
]
],
"checkver": {
"url": "https://download.wavebox.app/canary/win/appcast.xml",
"xpath": "/rss/channel/item/enclosure/@sparkle:shortVersionString"
},
"autoupdate": {
"changelog": "https://wavebox.io/changelog/canary/$matchHead/",
"architecture": {
"64bit": {
"url": "https://download.wavebox.app/canary/win/Install%20Wavebox%20$version.exe#/cosi.7z"
}
}
}
}