Merge branch 'feature/1.7.3' of https://github.com/twofas/2fas-browser-extension into feature/1.7.3
@ -29,8 +29,7 @@ const getIconObj = async (tabID, isActive) => {
|
||||
let iconFileName = '';
|
||||
|
||||
if (isSafari) {
|
||||
typeFilename = 'safari';
|
||||
iconFileName = isActive ? 'safari' : 'gray';
|
||||
iconFileName = isActive ? 'safari' : 'safarigray';
|
||||
} else {
|
||||
const storage = await loadFromLocalStorage(['extIcon']);
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
src/images/icons/icon128safarigray.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 258 B After Width: | Height: | Size: 1.5 KiB |
BIN
src/images/icons/icon16safarigray.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 1.7 KiB |
BIN
src/images/icons/icon32safarigray.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 1.9 KiB |
BIN
src/images/icons/icon48safarigray.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
src/images/icons/icon96safarigray.png
Normal file
After Width: | Height: | Size: 2.3 KiB |