Currently supported browsers:
- Chrome
- IE
- Opera
- Firefox
Based on Manifest V3, read more about migrating to V3 here:
- https://developer.chrome.com/docs/extensions/develop/migrate
- https://extensionworkshop.com/documentation/develop/manifest-v3-migration-guide/
Chrome and Firefox use separate manifest files, located in manifest
subfolder (v2.json is for legacy purposes).
Build for Chrome, IE and Opera:
npm run build
Build for Firefox:
npm run build-firefox
Production mode will minimize the package and exclude sourcemaps.
Build for Chrome, IE and Opera:
npm run prod
Build for Firefox:
npm run prod-firefox