| 1 | /* global chrome */ |
| 2 | |
| 3 | // We can't use chrome.storage domain from scripts which are injected in ExecutionWorld.MAIN |
| 4 | // This is the only purpose of this script - to send persisted settings to installHook.js content script |
nothing calls this directly
no test coverage detected