Closed user890104 closed 6 years ago
This will support the following browsers from the same codebase:
Firefox supports both browser. and chrome..
I've tried webextension-polyfill and it is working like magic. I've installed the same extension in Chrome, Firefox and Edge and I was able to sign text. The only problem is with HTTPS. Firefox and Chrome are ok with localhost.uslugi.io
, but Edge can not find it.
I've merged changes and now there is a problem with Edge.
The manifest file is broken. Edge does not like the permissions section of manifest.json
@RealEnder /*
solved the issue with Edge manifest
@RealEnder Yes Edge is working with HTTPS with this new JNLP
I need assitance with installation on Edge, it does not work for me. I can provide remote access my testing Win 10 VM. Attaching a screenshot of the exception.
Extension is working properly on Chrome/Firefox/Edge/Opera browsers. Unfortunately Edge does not support background-color for badges, so we can't use red or green badge to indicate presence of LSF
added text to badge, ok if LSF is available and n/a if not, so we do not depend on color code. This resolves cross browser compatibility
Using this guide: https://blog.codeship.com/webextensions-101/ It uses node/npm for building, Mozilla's webextension-polyfill for cross-browser compatibility and Mozilla's web-ext for testing and packaging.