mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
24 lines
798 B
Django/Jinja
24 lines
798 B
Django/Jinja
# Concerning configuration options checkout:
|
|
# https://chromeenterprise.google/policies/#ExtensionSettings
|
|
chromium:
|
|
password_manager_enabled: false
|
|
default_installation_mode: allowed
|
|
plugins:
|
|
# UBlock Origin
|
|
- id: "cjpalhdlnbpafiamejdnhcphjbkeiagm"
|
|
update_url: "https://clients2.google.com/service/update2/crx"
|
|
incognito: true
|
|
installation_mode: "force_installed"
|
|
|
|
# KeepassXC
|
|
- id: "ddkjiahejlhfcafbddmgiahcphecmpfh"
|
|
update_url: "https://clients2.google.com/service/update2/crx"
|
|
incognito: false
|
|
installation_mode: "force_installed"
|
|
|
|
# Dark Mode Extension
|
|
- id: "dmghijelimhndkbmpgbldicpogfkceaj"
|
|
update_url: "https://clients2.google.com/service/update2/crx"
|
|
incognito: true
|
|
installation_mode: "force_installed"
|