Chrome notifications allow you to show an SVG image via a data-uri Taking advantage of this might allow us to show nicely formatted notifications build a template using pure svg: ```svg Domain: https://boardroom.to From: 0xabcdef To: 0xfedcba Value: 1.025 Ether Gas: 0.025 Ether ``` generate uri `'data:image/svg+xml;charset=utf-8,'+encodeURIComponent(svgSrc)` or svg-embedded html: ```svg
The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs
```