()
| 96 | vimiumNewTabPageUrl, |
| 97 | |
| 98 | async onLoaded() { |
| 99 | if (!this.isLoaded()) { |
| 100 | await this.load(); |
| 101 | } |
| 102 | }, |
| 103 | |
| 104 | async chromeStorageOnChanged(_changes, area) { |
| 105 | // We store data with keys [settings-v1, ...] into the local storage. Only broadcast an event if |