Skip to content

WebExtension: Initial implementation of storage.local

Patrick Griffis requested to merge pgriffis/web-extension-storage into master

This implements a simple JSON backend to storage.local.

Remaining tasks:

  • Make it a non-blocking async API
  • Implement onChanged event
  • Implement storage.sync using Firefox sync.
  • Expose API to content-scripts
Edited by Patrick Griffis

Merge request reports