Added a logo

This commit is contained in:
Olaf
2026-08-24 22:17:48 +02:00
parent 4ae184f24c
commit 759c284b26
10 changed files with 93 additions and 47 deletions
+18
View File
@@ -391,3 +391,21 @@ Use the logo.svg in both the plugin as well as on the web page
### Assistant outcome
Bundled the supplied logo into the web static assets and Firefox extension, replaced text-only headers with accessible logo images, added responsive sizing, and verified all web pages, extension references, scripts, and the strict backend suite.
### User
use the logo as the logo on the dropdown for firefox extensions but put it on a dark background
### Assistant outcome
Updated the Firefox popup/dropdown with a dark Catppuccin-style background and matching dark form controls, tags fieldset, status states, and buttons. The existing bundled logo remains the popup brand mark and is readable against the dark surface. Firefox scripts and the strict backend suite passed.
### User
Make sure that the logo is used in the toolbar
### Assistant outcome
Configured the Firefox Manifest V3 action and extension icon declarations to use the bundled `logo.svg` at 16, 32, 48, and 96 pixel entries. Manifest validation, logo asset verification, extension syntax checks, and the strict backend suite passed.
### User
For the logo in the toolbar make the background dark
### Assistant outcome
Added a Catppuccin Mocha `#1e1e2e` background rectangle directly behind the Firefox toolbar logo artwork, preserving the foreground logo and source asset. SVG, manifest, extension scripts, and strict backend validation passed.