Update favicon with badge state on embed.html

.ico files were created with,
convert -density 256x256 -background transparent toolbar-on.svg -define icon:auto-resize -colors 256 toolbar-on.ico

Trac: 31537
This commit is contained in:
Arlo Breault 2019-10-01 16:45:04 -04:00
parent 5732f1a630
commit faf02d86a1
5 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,8 @@
<meta charset="utf-8" />
<!-- This should be essentially be a no-opt in the popup -->
<meta http-equiv="refresh" content="86400" />
<title>Snowflake</title>
<link rel="icon" id="icon" href="assets/toolbar-off.ico" />
<link rel="stylesheet" href="embed.css" />
<script src="popup.js"></script>
<script src="embed.js"></script>