diff --git a/background.js b/background.js index c25a741..e71ac8c 100644 --- a/background.js +++ b/background.js @@ -44,14 +44,12 @@ chrome.alarms.onAlarm.addListener((alarm) => { window.tabs.forEach(function(tab){ tabs_list.push('"' + encodeURIComponent(tab.url) + '"'); }); - + // FOCUS if (window.focused) focus = 1; }); - - - // LANG - PAS DISPO DANS MV3 ENCORE + // LANG - PAS ENCORE DISPO DANS MV3 //let lang = chrome.i18n.getMessage('@@ui_locale'); //console.log("background - lang : " + lang);