I implemented the example from Create and consume an app service and extended it by a WebExtension (it uses the AppServiceProvider for native messaging), which resides in a folder Extension
within the AppServiceProvider project. But the created .appx
file does not install the WebExtension to Edge. The other components are installed and working. I configured the property Copy to Output Directory
to Copy always
for all files inside the Extension
folder. There does not appear any error message during the installation.
Why is the WebExtension not installed by the .appx
?
Are there any values that must exist in Package.appxmanifest
or manifest.json
?
Any help will be appreciated, thanks!