I am developing a Firefox extension to clear browsing data and I used browsingData.remove() to do that job. By using that function I can clear most of what I want except for Offline Website Data
and Site settings
I can’t clear them.
How do I clear them programmatically?