Implemented browsers with keepassxc and ublock origine default setup

This commit is contained in:
2025-04-01 12:08:28 +02:00
parent 4541e2d636
commit 887db59a57
14 changed files with 259 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"policies": {
"Extensions": {
"Install": [
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/keepassxc-browser/latest.xpi"
]
}
}
}