BotGentz — Firefox build (Manifest V2)
======================================

Firefox keeps full Manifest V2 support and blocking webRequest, so this build
uses the same approach as the legacy Chromium build: background.js removes the
Content-Security-Policy response header on pages where an enabled script
matches, and injector.js then injects into the page's MAIN world.

Uses browser_specific_settings.gecko so Firefox accepts the manifest.
The chrome.* API calls work as-is in Firefox (aliased to browser.*).

INSTALL (manual / unsigned)
---------------------------
Regular Firefox only permits unsigned add-ons as *temporary* add-ons:
  1. Open  about:debugging#/runtime/this-firefox
  2. Click "Load Temporary Add-on…"
  3. Select the manifest.json inside this folder.
Temporary add-ons are removed when Firefox restarts. For a permanent install,
the add-on must be signed through addons.mozilla.org (AMO), or use Firefox
Developer Edition / Nightly / ESR with xpinstall.signatures.required = false.

NOTE ON SCRIPT PROTECTION
-------------------------
This extension ships with NO app/script code inside it. Purchased script code
is fetched per-license from your server API at install time, so the zip itself
contains nothing sensitive to reverse-engineer.
