mirror of
https://github.com/morgan9e/helium
synced 2026-04-13 16:04:15 +09:00
24 lines
1.2 KiB
INI
24 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 = 202512121537
|
|
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 = d9729e4d160a2425d8bce36ab2e77588ec85e0f7ce6f5bdb8325997f1b5315fa
|
|
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.67.0
|
|
url = https://github.com/imputnet/ublock-origin-crx/releases/download/%(version)s/uBlock0_%(version)s.crx
|
|
sha256 = 969eaaa4e0b1893a35e1c5767c33bcfcc62737667644c97f644ff3c84677aff7
|
|
download_filename = ublock-origin-%(version)s.zip
|
|
output_path = third_party/ublock
|