-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcentbrowser.json
52 lines (52 loc) · 1.95 KB
/
centbrowser.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
{
"homepage": "https://www.centbrowser.com",
"description": "The Most Feature Rich Chromium",
"notes": "This extracts app contents from the exe installer.",
"version": "5.0.1002.354",
"architecture": {
"64bit": {
"url": "http://static.centbrowser.com/win_stable/5.0.1002.354/centbrowser_5.0.1002.354_x64.exe#/dl.7z",
"hash": "b8eefd006853fc7b415ccbe4987d9b03f83c92cfee55182a59e4217afd2a0aba"
},
"32bit": {
"url": "http://static.centbrowser.com/win_stable/5.0.1002.354/centbrowser_5.0.1002.354.exe#/dl.7z",
"hash": "9a7b92ef28f9ee0dce5c414b6fc1a060ccbed12f624c8c1f456c468aef3bef8f"
}
},
"installer": {
"script": [
"$output = 7z x $dir\\chrome.7z \"-o$dir\"",
"rm $dir\\chrome.7z",
"Move-Item -Path \"$dir\\Chrome-bin\\chrome.exe\" -Destination \"$dir\\chrome.exe\"",
"Get-ChildItem -Path \"$dir\\Chrome-bin\\$version\" | Copy-Item -Destination \"$dir\" -Recurse -Container",
"Get-ChildItem -Path \"$dir\\Chrome-bin\\*\" -Recurse -Force | Remove-Item -Recurse -Force",
"Remove-Item -Path \"$dir\\Chrome-bin\" -Recurse -Force"
]
},
"bin": [
[
"chrome.exe",
"centbrowser"
]
],
"shortcuts": [
[
"chrome.exe",
"CentBrowser"
]
],
"checkver": {
"url": "https://www.centbrowser.com/history.html",
"regex": "<p\\s*id=\"([\\d\\.]+)\">v[\\d\\.]+\\s*<i>\\[[\\d\\-]+\\]<\\/i><\\/p>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://static.centbrowser.com/win_stable/$version/centbrowser_$version_x64.exe#/dl.7z"
},
"32bit": {
"url": "http://static.centbrowser.com/win_stable/$version/centbrowser_$version.exe#/dl.7z"
}
}
}
}