## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

[product]
product-name=Chromium
product-category=Browsers
product-website=https://www.chromium.org/Home/
product-logo=/usr/share/browser-choice/icons/chromium.svg
vendor-name=Google
vendor-website=https://www.google.com/
vendor-logo=/usr/share/browser-choice/icons/google.svg
wiki=https://www.kicksecure.com/wiki/Chromium
official-plugin=yes

[repo:debian]
method-name=Chromium from Debian stable repository
method-name-short=Repo (Debian)
method-subtext=Chromium from packages.debian.org repository. Installed via tool: APT.
method-logo=/usr/share/browser-choice/icons/debian.svg
method-type=apt-firstparty
install-warn-text=
update-and-install-script=pkexec bash -c -- 'apt-get-noninteractive update && apt-get-noninteractive --no-install-recommends --yes install chromium chromium-sandbox'
install-script=pkexec apt-get-noninteractive --no-install-recommends --yes install chromium chromium-sandbox
uninstall-script=pkexec apt-get-noninteractive --yes remove chromium
purge-script=pkexec apt-get-noninteractive --yes purge chromium
launch-script=chromium
install-status=/usr/bin/package-installed-check chromium
capability=/usr/libexec/browser-choice/architecture-support-check amd64 arm64 ppc64el
mod-requires-privileges=yes

[repo:flathub]
method-name=Chromium from Flathub repository (Community)
method-name-short=Flatpak
method-subtext=Chromium from flathub.org repository. Unofficial. Installed via tool: Flatpak.
method-logo=/usr/share/browser-choice/icons/flatpak.svg
method-type=flathub
install-warn-text=Chromium is an unverified (non-official) Flatpak (Open Source) packaged by a third party (not Google). Installing it will allow unverified and proprietary, closed source (not Open Source) Flatpaks to be installed on this system if explicitly requested by the user. This does not imply that Chromium itself is closed source. See also: <a href="https://www.kicksecure.com/wiki/Install_Software#Flathub_Package_Sources_Security">Flathub Package Sources Security</a>.
update-and-install-script=
install-script=pkexec flatpak remote-modify --subset= flathub && flatpak install --assumeyes flathub org.chromium.Chromium
uninstall-script=flatpak uninstall --assumeyes org.chromium.Chromium
purge-script=
launch-script=flatpak run org.chromium.Chromium
install-status=flatpak info org.chromium.Chromium
capability=/usr/libexec/browser-choice/architecture-support-check amd64 arm64
mod-requires-privileges=yes
