Browse Source

add frame color to web app in background.js (#1410)

master
Viviano Cantu 7 years ago committed by Igor Zhukov
parent
commit
d2cb9273b0
  1. 2
      app/js/background.js

2
app/js/background.js

@ -14,6 +14,6 @@ chrome.app.runtime.onLaunched.addListener(function (launchData) { @@ -14,6 +14,6 @@ chrome.app.runtime.onLaunched.addListener(function (launchData) {
},
minWidth: 320,
minHeight: 400,
frame: 'chrome'
frame: { color: "#5682a3" }
})
})

Loading…
Cancel
Save