()
| 17 | }; |
| 18 | |
| 19 | export const setDisabledBadge = () => { |
| 20 | void browser.action.setIcon({ path: generateIconPath("disabled") }); |
| 21 | }; |
| 22 | |
| 23 | export const setEnabledBadge = () => { |
| 24 | void browser.action.setIcon({ path: generateIconPath("enabled") }); |
no test coverage detected