13
- Now using native
chrome.alarms
API instead ofsetTimeout
/setInterval
to avoid potential timing issues (backgrounding, power saving) - Fixed case where new tab notifications would not appear if no window was open
- Fixed potential time remaining display issue
- Fixed notification text truncation
- Better Chrome API error handling