TWF Bot
Staff member
- Joined
- Nov 29, 2020
- Messages
- 3,011
We're excited to announce that App Actions on Windows are now available for Progressive Web Apps (PWAs). Starting with Edge version 137, you can now publish your PWA to the Microsoft Store to enable App Actions on Windows.
Continue reading...
Integrating your app smoothly with user workflows
Many everyday workflows—like editing text, processing images, or managing files—involve switching between multiple apps, creating friction and lost focus. App Actions reduce that overhead by letting users invoke high-value features of your app directly from within their current context. For example, Goodnotes, a popular note-taking app that's built as a PWA, has enabled App Actions, so that users can select text in an article, and send it directly to the app as a quick note without manually switching windows. App Actions help users get more done—while driving engagement and discovery for your app.Enable App Actions in your Microsoft Store PWA
To start using the App Actions framework in your Store PWA now, check out the documentation at Enable App Actions on Windows for a PWA. In short, you'll need to:- Define an Action manifest. The manifest describes each action in a simple JSON file.
- Setup a custom protocol handler. So that the App Actions runtime can launch your PWA through a protocol URI.
- Setup your app as a share target. So that the App Actions runtime can pass input data to your PWA.
- Package your app for Microsoft Store with PWABuilder.
Continue reading...