diff --git a/options.xhtml b/options.xhtml index 2ffc787a8..bc53b73b8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -25240,6 +25240,37 @@ boolean
Example:
true
Declared by:
+
+
+<home-manager/modules/programs/firefox>
+
+ |
programs.firefox.profiles.<name>.extensions.settings.<name>.permissions
+
+
+Allowed permissions for this extension. See +https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions +for a list of relevant permissions.
+ +Type: +null or (list of string)
+ +Default:
+"Any permissions"
Example:
[
+ "activeTab"
+]
+
+
Declared by:
|
@@ -25256,11 +25287,14 @@ boolean
Json formatted options for the specified extensionID +Json formatted options for this extension. Type: attribute set of (JSON value) +Default:
+ Declared by:
|