Skip to content

Commit 677b18f

Browse files
committed
rename "store" file
1 parent 65da38e commit 677b18f

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

microsoft-edge/extensions-chromium/developer-guide/native-messaging.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ To store the native messaging host manifest file:
215215
/Library/Microsoft/Edge/NativeMessagingHosts/com.my_company.my_app.json
216216
```
217217
218-
* User-specific native messaging hosts, which are available to the current user only, are located in the `NativeMessagingHosts` subdirectory in the [user data directory](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md). For example, the native messaging host manifest file must be stored in the following location:
218+
* User-specific native messaging hosts, which are available to the current user only, are located in the `NativeMessagingHosts` subdirectory in the user data directory. For example, the native messaging host manifest file must be stored in the following location:
219219
220220
```bash
221221
~/Library/Application Support/Microsoft Edge {Channel_Name}/NativeMessagingHosts/com.my_company.my_app.json
@@ -229,6 +229,10 @@ To store the native messaging host manifest file:
229229
230230
When using the Stable channel, ` {Channel_Name}` isn't required.
231231

232+
See:
233+
* [User Data Directory](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md) in Chromium docs.
234+
235+
232236
##### [Linux](#tab/linux/)
233237

234238
To store the native messaging host manifest file:
@@ -239,12 +243,15 @@ To store the native messaging host manifest file:
239243
/etc/opt/edge/native-messaging-hosts
240244
```
241245

242-
* User-specific native messaging hosts, which are available to the current user only, are located in the `NativeMessagingHosts` subdirectory in the [user data directory](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md). The native messaging host manifest file must be stored in the following location:
246+
* User-specific native messaging hosts, which are available to the current user only, are located in the `NativeMessagingHosts` subdirectory in the user data directory. The native messaging host manifest file must be stored in the following location:
243247

244248
```bash
245249
~/.config/microsoft-edge/NativeMessagingHosts
246250
```
247251

252+
See:
253+
* [User Data Directory](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md) in Chromium docs.
254+
248255
---
249256

250257

microsoft-edge/extensions-chromium/publish/add-ons-store-curation.md renamed to microsoft-edge/extensions-chromium/publish/add-ons-site-curation.md

File renamed without changes.

0 commit comments

Comments
 (0)