I am using the extension API to sync external configs.
Given that the config is syncing to the extension from another extension, it doesn't make sense to use the sync storage to save it.
By using local storage the size limitation for the configs coming from the Extension API could be eliminated.
I am using the extension API to sync external configs. Given that the config is syncing to the extension from another extension, it doesn't make sense to use the sync storage to save it. By using local storage the size limitation for the configs coming from the Extension API could be eliminated.