Moved browser extensions to configuration

This commit is contained in:
2025-04-01 12:24:52 +02:00
parent 887db59a57
commit 659c24eb14
7 changed files with 35 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
{
"policies": {
"Extensions": {
"Install": [
{% for plugin in applications[application_id].plugins -%}
"{{ plugin }}"{% if not loop.last %},{% endif %}
{% endfor %}
]
}
}
}