If someone is using the Sync area in the Storage API, the data stays on Firefox, even if the temporary extension is removed and then reinstalled. That can make it difficult for testing during development.
Is there an efficient way to have the Sync storage area cleared when you remove the temporary add-on?
In the past, I’ve manually typed the clear command into the debugger before removing the extension or used an onInstalled listener to clear the storage first. Surely there must be a better way though.