From d2cb9273b063611bdf8c4e8cae1700f58c172fbc Mon Sep 17 00:00:00 2001 From: Viviano Cantu Date: Wed, 10 May 2017 10:20:02 -0500 Subject: [PATCH] add frame color to web app in background.js (#1410) --- app/js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }) })