use green icons. do not tell about reset on timeouts

This commit is contained in:
Tommy D. Rossi
2025-12-20 21:31:48 +01:00
parent 8cf8ed9838
commit 13031bd03e
11 changed files with 13 additions and 7 deletions
+4 -4
View File
@@ -706,10 +706,10 @@ function isRestrictedUrl(url: string | undefined): boolean {
const icons = {
connected: {
path: {
'16': '/icons/icon-16.png',
'32': '/icons/icon-32.png',
'48': '/icons/icon-48.png',
'128': '/icons/icon-128.png',
'16': '/icons/icon-green-16.png',
'32': '/icons/icon-green-32.png',
'48': '/icons/icon-green-48.png',
'128': '/icons/icon-green-128.png',
},
title: 'Connected - Click to disconnect',
badgeText: '',