diff --git a/background.js b/background.js index e57f6c8..5d74d5c 100644 --- a/background.js +++ b/background.js @@ -2,6 +2,7 @@ // scopes need to be cached here so that if the devtools connects, // the list of scopes can be immediately populated // TODO: clear this on refresh ? +// appId --> { scopeName --> (key, value...) } var scopeCache = {}; var scopeCacheEmpty = function () {