Releases: VasilyShelkov/create-react-extension
Releases · VasilyShelkov/create-react-extension
v4.0.10
Now supports options page.
To use the options page in newly created extensions, just modify src/options/Options.[js|tsx]
For those wanting to update to support the new options page,
- update react-browser-extension-scripts to version 4.0.10
- add the following files:
public/options.html
(see template example)src/options/index.js
(see template example)src/options/Options.js
(see template example)