Remove minimal-slp-wallet from web hosting and replace with npm module (app previously worked this way; extension still works this way).
Following D9568 and the significantly reduced bundle size, the impact of adding this to the bundle vs web hosting is dramatically reduced (since it is now minimized).
Web hosted: 320kb bundle and 318kb web hosted module, 638kb total
Installed pkg: 686kb bundle (slightly larger, load time is not appreciably different)
In my judgment the additional simplification of keeping the extension and the webapp on the same dependency tree for now is worth the slight increase in bundle size.