avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 1 | chrome.storage.sync.get(null, function(options) { |
2 | if (options.profileindicator || options.profileindicatoralt) { | ||||
avm99963 | ad65e75 | 2020-09-01 00:13:59 +0200 | [diff] [blame] | 3 | injectScript( |
4 | chrome.runtime.getURL('injections/profileindicator_inject.js')); | ||||
5 | injectStylesheet( | ||||
6 | chrome.runtime.getURL('injections/profileindicator_inject.css')); | ||||
7 | } | ||||
8 | }); |