Hello,
I’ve seen some threads about data migration written a long time ago, so wanted to double check:
Our legacy firefox extension is saving data in JSON files under a folder in the current profile folder. With WebExtensions, we cannot access those files. Is there a way to access them that we’ve missed?
The only suggested migration path I’ve seen is to implement an intermediate extension that transfers the data somewhere else, then upgrade to the webextension format. But I don’t see that working for us for a variety of reasons.
Thanks for any insight you can provide.
Robin