snowflake/proxy/webext/snowflake.html
Arlo Breault e7f3ade068 Add a WebExtUI the makes use of the new assests
The browser icon shows the on/off state.
2019-05-08 11:23:49 -04:00

13 lines
329 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- FIXME: Use a "script" instead of a "page" in the manifest.json -->
<script src="tmp.js"></script>
<script src="snowflake.js"></script>
</head>
<body>
<!-- FIXME: Refactor snowflake.js to eliminate the need for this -->
<div id="webext" />
</body>
</html>