Remove plugins and other dependencies from the browser context
Currently the plugins and dependencies are included in the HTML for two reasons:
- to be able to use the plugin's
push
methods directly (to push to local cache, or to publish to Gun+IPFS) - to be able to display a nice UI with info on fetched resources and which methods were used (and which are available)
We can achieve both through message passing.