Open
Description
I want to make the icon of my extension a different color for development. At the moment, the best way for me to do that is to make a second manifest file and rm/mv things around in CD before doing the production build.
It would be great if we could do npm build --manifest=development.json
for example
Thanks for making a great library!