Files
echo-du-huit/extension/icons/icon.svg
T
Pierre MartinandClaude Opus 4.8 0b1c022247 feat: scaffold Firefox extension skeleton with manifest validation tests
Manifest V3 (Firefox keys: background.scripts, host_permissions), a
background event page that opens a standalone list page on toolbar
click, and the placeholder list page (HTML/CSS/JS vanilla). No build
step. extension.test.ts validates manifest shape and referenced files.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 23:40:48 +02:00

6 lines
358 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="96" height="96" role="img" aria-label="Écho du Huit">
<rect width="96" height="96" rx="20" fill="#1d4ed8" />
<text x="48" y="50" font-family="system-ui, sans-serif" font-size="60" font-weight="700"
fill="#ffffff" text-anchor="middle" dominant-baseline="central">8</text>
</svg>