mobx-devtools
mobx-devtools copied to clipboard
Update to Manifest v3 (at least for Chrome)
This browser extension is on the old browser extension manifest version, v2.
We should upgrade to v3 for chrome and evaluate if it makes sense to do the same for Firefox to get things up to date.
Indeed, there’s a warning in Chrome Web Store that they will stop supporting manifest v2 soon
I'll get started on this today.
This'll be a bigger lift. Here is a checklist from Chrome: https://developer.chrome.com/docs/extensions/develop/migrate/checklist
After some initial exploration, I think the biggest items will be:
- Changing the backend to be a service worker (may require some new patterns to connect to our backend)
- Removing the unsafe evaluations and inlined scripts
- Changing some of the UI to more modern patterns (like using a side panel instead of a separate window)
Closed in https://github.com/mobxjs/mobx-devtools/pull/129!