Skip to content

Commit a6579e9

Browse files
digvijayabhishikthDigvijayAbhishikthrebloor
authored
fix #38204 (#38265)
* added the changes * Review feedback --------- Co-authored-by: DigvijayAbhishikth <[email protected]> Co-authored-by: rebloor <[email protected]>
1 parent 691bc3b commit a6579e9

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/mozilla/add-ons/webextensions/native_manifests

1 file changed

+1
-1
lines changed

files/en-us/mozilla/add-ons/webextensions/native_manifests/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ browser.pkcs11.installModule("my_module");
350350

351351
On Linux and macOS, you need to store the manifest in a particular place. On Windows, you need to create a registry key that points to the manifest's location.
352352

353-
The detailed rules are the same for all the manifest types, except that the penultimate component of the path identifies the type of manifest. The examples below show the form for each of the three different types. In all the examples, `<name>` is the value of the `name` property in the manifest.
353+
The detailed rules are the same for all the manifest types, except that the penultimate component of the path identifies the type of manifest. The examples below show the form for each of the three different types. In all the examples, `<name>` is the value of the name property in the native manifest.
354354

355355
### Windows
356356

0 commit comments

Comments
 (0)