1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

manage ui location for popup app

This commit is contained in:
Kyle Spearrin
2017-10-06 00:05:08 -04:00
parent 31f73895b8
commit d4cf0fe338
9 changed files with 21 additions and 9 deletions

View File

@@ -351,7 +351,7 @@ function dist(edge, cb) {
var sidebarActionManifestObj = {
"default_title": "bitwarden",
"default_panel": "popup/index.html?sidebar=true",
"default_panel": "popup/index.html?uilocation=sidebar",
"default_icon": "images/icon19.png"
};