This is a Chrome extension (written in C#) that shows a Xamarin.Forms page inside a popup. Xamarin.Forms and C# are compiled to WebAssembly via Uno.platform and Mono Wasm.

How to build

  1. Have .NET 3.1 SDK installed and accessible in your PATH
  2. Run make.bat
  3. Your extension will be generated in the publish_result subfolder at the root of the repo

How to install:

  1. In Brave/Chrome go to chrome://extensions/
  2. Enable [Developer mode] (if not enabled)
  3. Click [Load unpacked]
  4. Go inside the publilshed folder above
  5. Click [Select Folder]/[Open] button