()
| 13 | }; |
| 14 | |
| 15 | export async function initCustomDomain() { |
| 16 | updateListener(); |
| 17 | await registerScripts(); |
| 18 | logger.log('Initialed'); |
| 19 | } |
| 20 | |
| 21 | function updateListener() { |
| 22 | chrome.permissions.onAdded.addListener(registerScripts); |
no test coverage detected