Weave
New member
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
โ12-11-2022
09:35 AM
Status:
New idea
With a web extension it's possible to communicate with a native application using runtime.connectNative(), my idea is to flip that around so a native application could launch Firefox with the --connectNative command line parameter and FF effectively becomes a WebView for that application:
$ firefox --connectNative /home/weave/main.html
The native app's UI is HTML/CSS/JS which FF retrieves using the file protocol and communication between the native app and FF is still stdin/stdout just as it would be if it were an extension.
1 Comment