debug sets the storage to `chrome.storage.local` if present, but then assumes that it can read it via `.debug`, which is incorrect. It should be `.get('debug', cb)`