Apparently the release of the [new scheduling profiler](https://github.com/reactwg/react-18/discussions/76) pushed us over some limit the Firefox store implies on extension script size:  Specifically, our `main.js` file is too large: <img width="648" alt="Screen Shot 2021-08-12 at 7 45 57 AM" src="https://user-images.githubusercontent.com/29597/129217632-51e9d685-d23a-4542-be60-32838d4c28aa.png"> Maybe we can adjust the [WebPack configuration](https://github.com/facebook/react/blob/main/packages/react-devtools-extensions/webpack.config.js) to split this script into multiple parts and import those parts at runtime to work around this limit.