I am building a windows/macos desktop application (with electron) who will be able to launch several custom chromium-based browser. I want the browser to have a pre-installed extension but i don't know how to do it.
I wanted to follow this : Standard way to build a Chrome extension into Chromium but i was stuck in the building process because it seems that the solution don't work anymmore with recent versions of chromium.
I read the chromium documentation (https://www.chromium.org/administrators/pre-installed-extensions) but the solutions seems to only work wih extensions from the store but my extensions isn't public.
So has anyone succeeded to do this, or just know what should i do to buld this?
Thanks