Add the ability to upload rule backups and automatically apply them. #3
Labels
enhancement
New feature or request
newbie-friendly
Relatively straightforward to implement based on existing code, documentation or little research.
The host rules JSON object structure can be found at least in popup.js > setRules() > tempStorageObject.
It should be better documented, but if it's not then you can find it there.
Parsing the JSON rule object as sync.storage objects currently are, and adding the correctly-formatted version to sync.storage should be sufficient to make this work.
The text was updated successfully, but these errors were encountered: