A browser extension that displays the country of origin of the current website’s company.
The build process has been conceived to be platform-agnostic. The commands listed below are for Linux, but should be trivial to adapt for Windows. Not sure about MacOS, but I believe they should be the same there too.
- Install NodeJS (latest LTS)
npm i -g typescript rollupnpm irollup -c --minify(--minify is optional, obviously)rm -rf src/ts(optional as well, but no point in bundling the TS files)cp license.txt src/node utils/download_flags.js src/img/flags/- And now the
srcfolder is ready to be zipped
Follow the Firefox steps, but before zipping, run this command
in order to convert the provided manifest.json to its Chrome version:
node utils/convert_manifest.js src/manifest.json src/manifest.json