Add a WebExtUI the makes use of the new assests

The browser icon shows the on/off state.
This commit is contained in:
Arlo Breault 2019-05-07 15:44:01 -04:00
parent 2b1852c1a5
commit e7f3ade068
5 changed files with 18 additions and 8 deletions

View file

@ -9,8 +9,8 @@
},
"browser_action": {
"default_icon": {
"16": "icons/status-off.png",
"32": "icons/status-off@2x.png"
}
"32": "icons/status-off.png"
},
"default_title": "Snowflake"
}
}

View file

@ -8,9 +8,6 @@
</head>
<body>
<!-- FIXME: Refactor snowflake.js to eliminate the need for this -->
<div>
<div id="status"></div>
<textarea id="msglog" readonly></textarea>
</div>
<div id="webext" />
</body>
</html>