forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathungoogled-chromium.json
More file actions
60 lines (60 loc) · 2.7 KB
/
Copy pathungoogled-chromium.json
File metadata and controls
60 lines (60 loc) · 2.7 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
{
"version": "148.0.7778.178-1.1",
"description": "Google Chromium, sans integration with Google.",
"homepage": "https://ungoogled-software.github.io/ungoogled-chromium-binaries/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/148.0.7778.178-1.1/ungoogled-chromium_148.0.7778.178-1.1_windows_x64.zip",
"hash": "58a588f75966d1066b0cb98585785370fd6cb56873780428bd18e69b98a20bca",
"extract_dir": "ungoogled-chromium_148.0.7778.178-1.1_windows_x64"
},
"32bit": {
"url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/148.0.7778.178-1.1/ungoogled-chromium_148.0.7778.178-1.1_windows_x86.zip",
"hash": "96f32ebd4a41a3d6de4045f41101f7a3349220c29b9e3d4fbb96dd9226441fa5",
"extract_dir": "ungoogled-chromium_148.0.7778.178-1.1_windows_x86"
},
"arm64": {
"url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/148.0.7778.178-1.1/ungoogled-chromium_148.0.7778.178-1.1_windows_arm64.zip",
"hash": "8150bc494b0f763479edc4992eaa66c883fc36eaa8c4013a3de96adf4fadc6c8",
"extract_dir": "ungoogled-chromium_148.0.7778.178-1.1_windows_arm64"
}
},
"env_set": {
"CHROME_EXECUTABLE": "$dir\\chrome.exe"
},
"bin": [
[
"chrome.exe",
"chromium",
"--user-data-dir=\"$dir\\User Data\""
]
],
"shortcuts": [
[
"chrome.exe",
"Chromium",
"--user-data-dir=\"$dir\\User Data\""
]
],
"persist": "User Data",
"checkver": {
"github": "https://github.com/ungoogled-software/ungoogled-chromium-windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_x64.zip",
"extract_dir": "ungoogled-chromium_$version_windows_x64"
},
"32bit": {
"url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_x86.zip",
"extract_dir": "ungoogled-chromium_$version_windows_x86"
},
"arm64": {
"url": "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/$version/ungoogled-chromium_$version_windows_arm64.zip",
"extract_dir": "ungoogled-chromium_$version_windows_arm64"
}
}
}
}