browser-extension-react-scripts
Version:
Configuration and scripts for Create React Browser Extension.
3 lines (2 loc) • 320 B
Markdown
# content scripts option
Put all content scripts in this folder. The compiled content scripts will be generated in `static/js` folder with prefix **content-script-**. Such as the `src/content-scripts/example.js` will be `/static/js/content-script-example.js`. Config the option in `manifest.json` use the new file name.