diff options
Diffstat (limited to 'toolkit/components/extensions/schemas/management.json')
-rw-r--r-- | toolkit/components/extensions/schemas/management.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/components/extensions/schemas/management.json b/toolkit/components/extensions/schemas/management.json index b75c0e2b4c..069f3b030a 100644 --- a/toolkit/components/extensions/schemas/management.json +++ b/toolkit/components/extensions/schemas/management.json @@ -46,9 +46,9 @@ }, { "id": "ExtensionInstallType", - "description": "How the extension was installed. One of<br><var>development</var>: The extension was loaded unpacked in developer mode,<br><var>normal</var>: The extension was installed normally via an .xpi file,<br><var>sideload</var>: The extension was installed by other software on the machine,<br><var>other</var>: The extension was installed by other means.", + "description": "How the extension was installed. One of<br><var>development</var>: The extension was loaded unpacked in developer mode,<br><var>normal</var>: The extension was installed normally via an .xpi file,<br><var>sideload</var>: The extension was installed by other software on the machine,<br><var>admin</var>: The extension was installed by policy,<br><var>other</var>: The extension was installed by other means.", "type": "string", - "enum": ["development", "normal", "sideload", "other"] + "enum": ["development", "normal", "sideload", "admin", "other"] }, { "id": "ExtensionInfo", |