mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +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 = 202509241653
|
|
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 = fb23110d391419fbbbe2c8f7c3d96765b9b50aa1c20025343ab7f8bd59f9e7ab
|
|
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.66.4
|
|
url = https://github.com/imputnet/ublock-origin-crx/releases/download/%(version)s/uBlock0_%(version)s.crx
|
|
sha256 = c2809bb4cd2f3a6b9ddfc5e165cba74a200cd80ca691521f73d98bf5ab5abcef
|
|
download_filename = ublock-origin-%(version)s.zip
|
|
output_path = third_party/ublock
|