🚀 Enhancements
- Content script
cssInjectionMode
(#141)
🩹 Fixes
- Validate transformed manifest correctly (4b2012c)
- ⚠️ Output content script CSS to
content-scripts/<name>.css
(#140) - Reorder typescript paths to give priority to
@
and~
over@@
and~~
(#142)
🏡 Chore
- Store user config metadata in memory (0591050)
⚠️ Breaking Changes
- ⚠️ Content script CSS used to be output to
assets/<name>.css
, but is nowcontent-scripts/<name>.css
to match the docs. (#140)