Skip to content

Commit

Permalink
Merge pull request #3336 from LucasDondo/patch-1
Browse files Browse the repository at this point in the history
Enhanced formatting in "Building a custom widget for the PWA"
  • Loading branch information
captainbrosset authored Jan 7, 2025
2 parents c53a76c + c377d76 commit 8f4aced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ An existing PWA cannot simply be placed into the widget dashboard as-is, like yo
See also:
* [Build a PWA for the sidebar in Microsoft Edge](./sidebar.md)

To build a PWA-driven widget and deliver it via the Microsoft store, no C++/C# code is required. Once you've produced the widget, and can successfully install and run the widget from a public endpoint, you can package the app by using [PWABuilder.com](https://www.pwabuilder.com) and ship the app to the Microsoft store without requiring any additional code. The PWA backing the widget must be installable from a public endpoint, because PWABuilder.com doesn't support packing apps from localhost.
To build a PWA-driven widget and deliver it via the Microsoft Store, no C++/C# code is required. Once you've produced the widget, and can successfully install and run the widget from a public endpoint, you can package the app by using [PWABuilder.com](https://www.pwabuilder.com) and ship the app to the Microsoft Store without requiring any additional code. The PWA backing the widget must be installable from a public endpoint, because PWABuilder doesn't support packing apps from `localhost`.
<!-- The PWA (not the widget) is what is installable and packaged, because it's a standalone entity (unlike a widget). -->

See also:
Expand Down

0 comments on commit 8f4aced

Please sign in to comment.