Page action assigns site to a container and simultaneously reopens site in container.

This commit is contained in:
Kendall Werts
2020-02-14 00:08:37 -06:00
parent fbba6beee2
commit 1870ce08bc
9 changed files with 235 additions and 117 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ module.exports = {
"backgroundLogic": true,
"identityState": true,
"messageHandler": true,
"sync": true
"sync": true,
"Utils": true
}
};