🚀 Enhancements
- List
bun
as an experimental option inwxt init
(#233) - ⚠️ Allow plural directory and only png's for manifest icons (#237)
- Add
wxt/storage
API (#234)
🩹 Fixes
- Don't use
bun
to load entrypoint config (#232)
📖 Documentation
- Update main README links (207b750)
⚠️ Breaking Changes
- ⚠️ No longer discover icons with extensions other than
.png
. If you previously used.jpg
,.jpeg
,.bmp
, or.svg
, you'll need to convert your icons to.png
files or manually add them to the manifest inside yourwxt.config.ts
file (#237)
❤️ Contributors
- Nenad Novaković (@dvlden)