diff --git a/app/js/background.js b/app/js/background.js index 43cfded0..d3897c75 100644 --- a/app/js/background.js +++ b/app/js/background.js @@ -14,6 +14,6 @@ chrome.app.runtime.onLaunched.addListener(function (launchData) { }, minWidth: 320, minHeight: 400, - frame: 'chrome' + frame: { color: "#5682a3" } }) })