diff --git a/files/en-us/mozilla/add-ons/webextensions/native_manifests/index.md b/files/en-us/mozilla/add-ons/webextensions/native_manifests/index.md index 5d10dd3b4a1e02f..eccb07ac5d83238 100644 --- a/files/en-us/mozilla/add-ons/webextensions/native_manifests/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/native_manifests/index.md @@ -257,7 +257,7 @@ The PKCS #11 manifest is a file with a name that matches the name of the PKCS #1
Name of the PKCS #11 module.
-This must match the name used in the pkcs11
API.
This must match the name used in the {{WebExtAPIRef("pkcs11")}} API.
On Windows, use this as the name of the registry key you create, which contains the location of the manifest. @@ -274,7 +274,7 @@ The PKCS #11 manifest is a file with a name that matches the name of the PKCS #1
description
Description of the module.
+Description of the PKCS #11 module.
This sets the friendly name for the module in the browser's UI (for example, the "Security Devices" dialog in Firefox). @@ -285,10 +285,9 @@ The PKCS #11 manifest is a file with a name that matches the name of the PKCS #1
path
Path to the module.
+Path to the PKCS #11 module.
- On Windows, this may be relative to the manifest itself. On MacOS and - Linux, it must be absolute. + The path to the PKCS #11 module may be absolute, or relative to the manifest itself.