We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87d3e4 commit 8bbea7cCopy full SHA for 8bbea7c
packages/wxt/src/core/utils/manifest.ts
@@ -436,8 +436,8 @@ function discoverIcons(
436
/^icon@([0-9]+)w\.png$/, // icon@16w.png
437
/^icon@([0-9]+)h\.png$/, // icon@16h.png
438
/^icon@([0-9]+)\.png$/, // icon@16.png
439
- /^icons?[/\\]([0-9]+)\.png$/, // icon/16.png | icons/16.png
440
- /^icons?[/\\]([0-9]+)x[0-9]+\.png$/, // icon/16x16.png | icons/16x16.png
+ /^icons?[/\\]([0-9]+)\.png$/, // icon/16.png | icons/16.png
+ /^icons?[/\\]([0-9]+)x[0-9]+\.png$/, // icon/16x16.png | icons/16x16.png
441
];
442
// #endregion snippet
443
0 commit comments