refined-github-safari
refined-github-safari copied to clipboard
Persistent storage for Refined GitHub data
Th extension storage is limited to the lifetime of the extension instance - it’s just a variable in the extension class. In Chrome, the chrome.storage.local and chrome.storage.sync persists over browser restarts, so perhaps it should behave similarly here too.
I assume extension cannot be run in multiple processes simultaneously. If this was the case, then the problem is more complex.