New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wxt-dev/auto-icons

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wxt-dev/auto-icons

WXT module for automatically generating extension icons in different sizes

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
22K
-4.34%
Maintainers
1
Weekly downloads
 
Created
Source

WXT Auto Icons

Changelog

Features

  • Generate extension icons with the correct sizes
  • Make the icon greyscale or include a visible overlay during development
  • SVG is supported

Usage

Install the package:

npm i --save-dev @wxt-dev/auto-icons
pnpm i -D @wxt-dev/auto-icons
yarn add --dev @wxt-dev/auto-icons
bun i -D @wxt-dev/auto-icons

Add the module to wxt.config.ts:

export default defineConfig({
  modules: ['@wxt-dev/auto-icons'],
});

And finally, save the base icon to <srcDir>/assets/icon.png.

Configuration

The module can be configured via the autoIcons config:

export default defineConfig({
  modules: ['@wxt-dev/auto-icons'],
  autoIcons: {
    // ...
  },
});

Options have JSDocs available in your editor, or you can read them in the source code: AutoIconsOptions.

Keywords

wxt

FAQs

Package last updated on 22 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts