File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,15 @@ enable-if.
195195to ``false `` the extension will be considered unused and removed
196196automatically when doing ``flatpak uninstall --unused ``.
197197
198+ Extensions are automatically mounted inside the runtime or app sandbox
199+ provided the correct branch of the extension is installed, the
200+ extension point for that extension is specified in the app or runtime
201+ manifest and all the conditionals in the extension point match.
202+
203+ The list of loaded extensions can be found by inspecting the
204+ ``app-extensions `` and ``runtime-extensions `` keys of the ``Instance ``
205+ group in ``/.flatpak-info `` of a running Flatpak.
206+
198207Loading existing extensions
199208---------------------------
200209
You can’t perform that action at this time.
0 commit comments