// Set the badge number
Tinycon.setBubble(6);
// Customize appearance
Tinycon.setOptions({
width: 7,
height: 9,
font: '10px Arial',
colour: '#ffffff',
background: '#549A2F',
fallback: true
});
Tinycon is a small library that lets you add dynamic notifications to the browser tab favicon. You can show badge counts, change icon colors, and provide visual alerts when the user’s attention is needed.
For browsers that don’t support canvas or dynamic favicons, Tinycon automatically falls back to updating the document title with a count.
Tinycon supports the following customization options:
Easily configure layout, styles, and preferences for your admin interface.