I'm working on a new browser extension that will users to store data across browsers. I'm using Cross Rider API for storing this data.
So far, I'm able to store data that persists in same browser using cross rider's appAPI.db. But as i store some data to cross rider database in firefox, i cannot access this data from chrome or IE.
Any solution for this problem would be highly appreciated.