add frame color to web app in background.js (#1410)
This commit is contained in:
parent
937a35332f
commit
d2cb9273b0
@ -14,6 +14,6 @@ chrome.app.runtime.onLaunched.addListener(function (launchData) {
|
||||
},
|
||||
minWidth: 320,
|
||||
minHeight: 400,
|
||||
frame: 'chrome'
|
||||
frame: { color: "#5682a3" }
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user