Extension Rejection: Build Mismatch Issue

Hey guys, I’m not sure if this is the right place to ask. My extension, Page Assist (Page Assist - A Web UI for Local AI Models – Get this Extension for 🦊 Firefox (en-US)), was just rejected with the reason: Sources, specifically build not matching. The logs from the reviewer seem to show a build for Chrome.

I already commented when this issue first occurred that the correct build command for Firefox is bun build:firefox, not bun run build, which generates the Chrome version (MV3).

Is there anyone here who can help sort out this issue? I also received an email stating that the extension may be disabled in one day. The extension is fully open-source: GitHub - n4ze3m/page-assist: Use your locally running AI models to assist you in your web browsing. Can anyone please help? I would really appreciate it

Well, to be fair, your build steps are pretty clear if you are in a hurry:


I see, clone, install and run build, got it!

:smiley:

Seriously now, I can totally see why the reviewer would run the wrong command.

Note that you can leave message for the reviewer when you are submitting new version. I’ll always leave a clear build steps there (since I went through similar issues in the past).

1 Like

Actually, it was my mistake tooβ€”I used the default scripts from the framework. In the next step, I mentioned the Firefox build.

I have updated the build script and README, and I have submitted a new version. Hopefully, this will sort out the issue

1 Like