Skip to content

Commit 6f8e2fc

Browse files
esokulluclaude
andcommitted
assets: say "Chromium browsers and Firefox" on v3 hero
Chrome is not the only Chromium browser the extension runs in. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent da25f75 commit 6f8e2fc

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

143 Bytes
Loading
1.63 KB
Loading

assets/webstore-explainer-2026-3/render.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function hero(light = false) {
106106
Automate. <span style="opacity:0.85;">Any LLM.</span>
107107
</div>
108108
<div style="display:flex; gap:10px; margin-top:30px;">
109-
${['Chrome & Firefox', 'Local or cloud models', 'MIT licensed'].map((c) => `
109+
${['Chromium browsers and Firefox', 'Local or cloud models', 'MIT licensed'].map((c) => `
110110
<span style="padding:10px 15px; border:1px solid var(--border); background:var(--panel);
111111
border-radius:999px; font-size:15px; font-weight:700; color:var(--muted);">${c}</span>`).join('')}
112112
</div>

0 commit comments

Comments
 (0)