Skip to content

edge

The community/apps/edge directory contains files to add support for Microsoft Edge.

The file edge.py defines a Talon module and context for Microsoft Edge. It defines the app id, "microsoft_edge", which can be used to match the application across different operating systems. The context defines an action, show_extensions(), which opens a new tab and navigates to edge://extensions. This action is associated with the browser action class.

The file edge.talon applies the browser and user.tabs tags to the "microsoft_edge" app. These tags can then be used to trigger other actions and rules, such as those defined in browser.talon or tabs.talon.