How to modify the default settings
jholz88 opened this issue · 1 comments
jholz88 commented
I'm working on installing a number of Chromium extensions, including Privacy Redirect, system-wide. How would I go about enabling "Use FreeTube over Invidious" by default?
https://aur.archlinux.org/packages/chromium-extension-privacy-redirect-av
jholz88 commented
Ah ha, I figured it out. The defaults are set in "src/pages/background/background.js". I just needed to modify the "browser.runtime.onInstalled.addListener()" function.