From ac0ec2cd868ded15cbc0732fb430ad29228ba9a8 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 26 Mar 2026 02:22:08 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20signing=20time=20estimate=20?= =?UTF-8?q?=E2=80=94=201-5=20minutes,=20not=2010-30=20seconds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mozilla validation + approval takes longer than initially stated, especially on first submission. https://claude.ai/code/session_01Dvgwe7XMoSxnWXkih8p1Cw --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 65bce26..17995e2 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Save and close the file. npm run sign:firefox ``` -The sign script reads your `.env` file automatically — no need to `source` it. +The sign script reads your `.env` file automatically — no need to `source` it. First-time signing can take **1-5 minutes** while Mozilla validates and approves the extension. Subsequent signs are usually faster. When done, you'll find a signed `.xpi` file in `dist/firefox-signed/`. **Windows (Command Prompt — if not using Git Bash):** ```cmd @@ -159,7 +159,6 @@ Get-Content .env | ForEach-Object { if ($_ -match '^(.+?)=(.*)$') { [Environment npm run sign:firefox ``` -This submits the extension to Mozilla for signing (takes 10-30 seconds). When done, you'll find a signed `.xpi` file in `dist/firefox-signed/`. #### Step 5: Install