
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@pwa/manifest-icons
Advanced tools
Generate icon images by Web Manifest icons property. size and location will be referenced as writing icon images
npm install --save @pwa/manifest-icons
const manifestIcons = require('@pwa/manifest-icons');
const manifest = {
...defaultManifest
};
(() => {
const manifest.icons = await manifestIcons({
// path for source image
src: path.resolve(process.cwd(). './assets/icon.png'),
// using cached images
cache: true,
// root path for output icons
output: './static/manifest/icons',
// revamp icon path with publicPath, which will be returned after resize. if null, using
// output path
publicPath: '/static/manifest/icons/',
// sizes for resizing, default is 192, 512
sizes: [192, 512]
});
})();
// or using sync APIs powered by https://github.com/ybogdanov/node-sync
const manifest.icons = manifestIcons.sync({
...
});
MIT @ Jimmy Moon
FAQs
Generating icons for Web Manifest
The npm package @pwa/manifest-icons receives a total of 38 weekly downloads. As such, @pwa/manifest-icons popularity was classified as not popular.
We found that @pwa/manifest-icons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.