Firefox Add-on Icon Generator — Resize Icons for Firefox

Free online tool to generate all required Firefox add-on icon sizes. Covers AMO listing and toolbar icons at 16, 32, 48, 96, and 128px. 100% client-side.

Firefox Add-on

Resize Firefox Add-on assets to the exact required sizes — 100% in your browser.

1
Upload
Your source image

Use a square image ≥512px for a crisp icon.

Drop image here

PNGJPGWEBPSVG

Max 10MB — runs 100% in your browser

Browse files

No image yet — upload one to unlock the next steps.

Upload an image to see the preview.

Why Use This Tool?

Firefox (via Mozilla) is still a widely used browser among developers, privacy-conscious users, and enterprise environments. Publishing on addons.mozilla.org (AMO) requires icons at multiple sizes. Unlike Chrome, Firefox specifically benefits from the 96px size for high-DPI (Retina) displays where 48px icons would otherwise appear blurry.

Firefox Add-on Icon Size Guide (2026)

UsageSize (pixels)Notes
AMO Store Listing128×128Main store icon
Add-on Manager48×48Shown in browser extension list
Retina Toolbar96×96High-DPI (2× of 48px)
Context Menu32×32Small UI contexts
Smallest Icon16×16Favicon-size contexts

Privacy First — 100% Client-Side

Your images are processed entirely in your browser using the HTML5 Canvas API. Nothing is uploaded to any server. You can verify this by disconnecting from the internet after loading the page — the tool works offline.

Tip: Firefox uses both the 48×48 and 96×96 icons — 48px for standard displays and 96px for high-DPI (Retina) displays. If you only supply 48px, Firefox will scale it up on Retina displays and it will appear blurry. Always include both sizes in your extension package.

Tips for Firefox Add-on Icons

  • Include all 5 sizes (16, 32, 48, 96, 128) to cover every possible Firefox display context — from menus to the AMO store listing.
  • 96×96 for Retina — this is the @2x version of the 48×48 icon. Firefox automatically selects the right size based on display density.
  • PNG with transparency works best — Firefox toolbar icons appear on the browser chrome, which varies by theme. Transparent backgrounds adapt to any color.
  • The AMO review team checks your icons — ensure they are clearly related to your add-on's purpose and follow Mozilla's content guidelines.
  • SVG icons are supported in manifest.json for browser_action icons in Firefox — SVG scales perfectly to any size but requires more careful design for small sizes.