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
+8
View File
@@ -66,6 +66,14 @@
}
]
},
"page_action": {
"browser_style": true,
"default_icon": "img/container-site.svg",
"default_title": "Always open this in a Container",
"default_popup": "pageActionPopup.html",
"pinned": false,
"show_matches": ["*://*/*"]
},
"background": {
"page": "js/background/index.html"
},