mdn / webextensions-examples

Example Firefox add-ons created using the WebExtensions API
https://developer.mozilla.org/en-US/Add-ons/WebExtensions
Mozilla Public License 2.0
4.07k stars 2.61k forks source link

native-messaging app example: provide non-contrived example for each platform #540

Open minfrin opened 11 months ago

minfrin commented 11 months ago

What information was incorrect, unhelpful, or incomplete?

The native messaging example provides a contrived app that bounces a message back as follows:

https://github.com/mdn/webextensions-examples/tree/main/native-messaging/app

This example is useless in the real world, where any useful extension is expected to interact with the end user in some way.

In windows specifically, finding an example of a gui application that can read and write to the console is very difficult, and finding examples of native messages apps for windows is also very difficult.

What did you expect to see?

A useful example of a native messaging app for the main supported programs, doing a real world task like printing a message in a dialog box on a screen.

This is particularly important for windows, where examples are almost impossible to find, and documentation has large gaps.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

github-actions[bot] commented 11 months ago

It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.