Skip to content
Snippets Groups Projects

The official WebExtension for the German search engine MetaGer.

Copyright © SUMA-EV and contributors

Build the extension yourself (Firefox)

We are using webpack to provide the necessary libraries for this extension. You will either need to have nodejs v20 or docker installed on your system for the build.

Debug using nodejs

Build the js files:

npm run dev

Debug the extension in your browser

node_modules/web-ext/bin/web-ext.js run 

Build production using nodejs

Build the js files and package the extension under ./dist/ using nodejs

npm run prod

Build the js files and package the extension under ./dist/ using docker

There is a helper script in this repo that runs the necessary docker command

./build/helpers/prod.sh

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.