You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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:
@@ -229,6 +229,10 @@ To store the native messaging host manifest file:
229
229
230
230
When using the Stable channel, ` {Channel_Name}` isn't required.
231
231
232
+
See:
233
+
* [User Data Directory](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md) in Chromium docs.
234
+
235
+
232
236
##### [Linux](#tab/linux/)
233
237
234
238
To store the native messaging host manifest file:
@@ -239,12 +243,15 @@ To store the native messaging host manifest file:
239
243
/etc/opt/edge/native-messaging-hosts
240
244
```
241
245
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:
243
247
244
248
```bash
245
249
~/.config/microsoft-edge/NativeMessagingHosts
246
250
```
247
251
252
+
See:
253
+
* [User Data Directory](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/user_data_dir.md) in Chromium docs.
0 commit comments