user1695176
user1695176

Reputation: 1

Is Chrome Native Messaging API part of Chrome Apps or Chrome Extension

I'm wondering if the Native Messaging API is a part of Chrome Apps?

I have found documentation for Chrome Native Messaging in both places

https://developer.chrome.com/apps/nativeMessaging and https://developer.chrome.com/extensions/nativeMessaging.

Chrome Apps will reach its end of life support in 2022.

I have read through migration information for Chrome Apps but couldn't find anything about Native Messaging API. (such as chrome.runtime.connectNative)

Upvotes: 0

Views: 81

Answers (1)

Axifive
Axifive

Reputation: 1151

It's part of extension API

After excluding the Apps API, extensions will still be able to use the Native Messaging.

Upvotes: 1

Related Questions