On Linux, I try to run the example extension at: https://github.com/mdn/webextensions-examples/tree/main/favourite-colour
Followed https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_manifests#manifest_location and created file:
~/.mozilla/managed-storage/favourite-colour-examples@mozilla.org.json
But when running with web-ext run -f deved --devtools
, the developer tools’s console still logs the error:
Uncaught (in promise) Error: Managed storage manifest not found
How do I get the feature storage.managed
to work? Thank you.