mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
25 lines
1.2 KiB
INI
25 lines
1.2 KiB
INI
# Everything that's downloaded after cloning Chromium goes here.
|
|
# It will not work from main downloads.ini
|
|
[search_engines_data]
|
|
url = https://gist.githubusercontent.com/wukko/2a591364dda346e10219e4adabd568b1/raw/e75ae3c4a1ce940ef7627916a48bc40882d24d40/nonfree-search-engines-data.tar.gz
|
|
download_filename = nonfree-search-engines-data.tar.gz
|
|
sha256 = 00a87050fa3f941d04d67fb5763991e0b8ea399a88b505ab0e56dd263f06864c
|
|
output_path = ./third_party/search_engines_data/resources_internal
|
|
|
|
[onboarding]
|
|
version = 202606171625
|
|
url = https://github.com/imputnet/helium-onboarding/releases/download/%(version)s/helium-onboarding-%(version)s.tar.gz
|
|
download_filename = onboarding-page-%(version)s.tar.gz
|
|
sha256 = 1cd79da9daf391524f130b5a3a2e93d87eb7bf882ff6341ab14da1a2f7e6ebe5
|
|
output_path = ./components/helium_onboarding
|
|
|
|
# If you are bumping this, you *NEED* to re-strip the assets.json
|
|
# file *every time* by using `devutils/clear-ublock-assets.js`.
|
|
[ublock_origin]
|
|
version = 1.71.0
|
|
url = https://github.com/imputnet/uBlock/releases/download/%(version)s/uBlock0_%(version)s.chromium.zip
|
|
sha256 = 3797501b9083c431d876f138d8a594a13d931925c46f75877612d2d548a4698e
|
|
download_filename = ublock-origin-%(version)s.zip
|
|
output_path = third_party/ublock
|
|
strip_leading_dirs = uBlock0.chromium
|