gab-ai-inc/gab-dissenter-extension — reverse-engineered prompt

Reverse engineered prompt

Build me the Dissenter browser extension from this repo so I can generate working versions for Chrome, Firefox, Edge, and Safari from one shared codebase. I want the extension to follow the normal browser extension setup with a manifest, background logic, a popup, images, and styles, and the popup should show the Dissenter.com experience inside the extension UI.

Please keep the shared source organized so browser specific values get swapped in during the build, then output separate browser folders in a build directory that are ready for each browser’s extension format. Use the existing approach in the repo for compiling the scripts, styles, views, manifest, and images, and make sure the full build command works cleanly from install through final output.

If anything is unclear, check the current browser extension docs online and keep the implementation close to what this project already intends to do.

Want more depth? Deep Reverse