Craig Slusher
Craig Slusher
> directly in DevTools In the background service worker? Or on a regular page?
> Can we also add getItems / setItems / removeItems alias? Those might be useful :-? We can just rename the ones I specified to this instead. I have no...
Put the paths to the files you need embedded in your extension into the `web_accessible_resources` key of your package.json (see the mv3 manifest definition for more details). If you include...
@thiagolmoraes This is because the storage API will attempt to use `chrome.storage` api where possible. The way you have it configured, the storage is going to write to `chrome.storage.sync`. You...
When calling `defineAlarm`, if it already exists, will the `AlarmCreateInfo` update that alarm or will I have to do that myself in code via my own comparison (calling `reschedule` to...