You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current limit for storage.local is 5MB for Firefox and 10MB for Chrome. With these limits it should be possible to store all ddg bangs by default in storage.local. One would package a ddg-all.json (currently 1.7MB, thus fitting in the storage.local quota) with the plugin and on installation/setup load these into storage.local.
On usage, the plugin would then first search for custom bangs in storage.sync, if none are found do a lookup in storage.local (i.e. all ddg bangs packaged by default). An option could be provided to not fall back onto the ddg bangs in storage.local.
Additionally, if that is not enough storage for some reason one could use the unlimitedstorage permission (available in both Firefox and Chrome).
The text was updated successfully, but these errors were encountered:
The current limit for storage.local is 5MB for Firefox and 10MB for Chrome. With these limits it should be possible to store all ddg bangs by default in
storage.local
. One would package addg-all.json
(currently 1.7MB, thus fitting in thestorage.local
quota) with the plugin and on installation/setup load these intostorage.local
.On usage, the plugin would then first search for custom bangs in
storage.sync
, if none are found do a lookup instorage.local
(i.e. all ddg bangs packaged by default). An option could be provided to not fall back onto the ddg bangs instorage.local
.Additionally, if that is not enough storage for some reason one could use the unlimitedstorage permission (available in both Firefox and Chrome).
The text was updated successfully, but these errors were encountered: