Adds a static GUID to run the extension in dev mode in Firefox. Firefox requires extensions to have a (non-temporary) id to access storage.sync APIs.
See -
This change, however, makes Chromium-based browsers unhappy, as they do not recognize browser_specific_settings. The extension still works (tested in both chrome and brave), but shows errors in dev mode.
Adds a static GUID to run the extension in dev mode in Firefox. Firefox requires extensions to have a (non-temporary) id to access
storage.sync
APIs. See -This change, however, makes Chromium-based browsers unhappy, as they do not recognize
browser_specific_settings
. The extension still works (tested in both chrome and brave), but shows errors in dev mode.Closes #5