mozilla-extensions / aboutsync

A Firefox addon to show information about Sync.
Mozilla Public License 2.0
77 stars 17 forks source link

Move about:sync to es modules. #122

Closed mhammond closed 1 year ago

mhammond commented 1 year ago

Could have used 'import' and avoided ChromeUtils if not for a battle with web-pack, which got upset at 'resource://' etc.

Fixes #121.