create-chrome-extension
create-chrome-extension copied to clipboard
How to dynamically include js and css build by create-react-app in manifest.json
Hi!
I've found your project while searching for answers for my project. I'm building a chrome extension with react, and I used create-react-app for build.
Currently I'm trying to use a content script which includes js and css built by create-react-app build. But the file names change every build, so I have to change it manually in the manifest.json file.
I know that it's not related to your project, but maybe you could give any ideas about how to solve this? Please refer to the images below:

