Markdown Convert — quick install
================================

WHAT'S IN THE ZIP
-----------------
chrome-extension/       → Chrome, Edge, Brave (Load unpacked)
firefox-extension.xpi     → Firefox only (see below — not via Add-ons Manager)
START-HERE.txt            → folder map

CHROME / EDGE / BRAVE
---------------------
1. Unzip this archive.
2. chrome://extensions → Developer mode → Load unpacked
3. Select the chrome-extension folder (contains manifest.json).

FIREFOX
-------
Do NOT use about:addons or "Install Add-on From File".
Unsigned extensions show "not been verified" or "appears to be corrupt"
on that page. That is expected.

1. Unzip this archive (or download firefox-extension.xpi from the site).
2. about:debugging → This Firefox → Load Temporary Add-on
3. All Files → chrome-extension/manifest.json
   OR firefox-extension.xpi (same dialog only — not about:addons)

Temporary add-ons are removed when you fully quit Firefox.

Full guide: https://github.com/tanveerriaz/markdown-ext/blob/main/docs/SETUP.md
