I have a popup settings page that is changing a boolean inside chrome.storage.sync to enabled/disabled based on a checkbox.
In my manifest I am adding page.js when matching to a specific page URL. Inside this page.js how do I load a css file conditionally on that boolean inside the chrome.storage.sync?