Is there a way to customize title bar in chrome packaged app? I need to add some text and change the color of background.
I search something like this (which customizes scrollbar):
::-webkit-scrollbar {
width: 15px;
background: #fcfcfc;
}
::-webkit-scrollbar-thumb {
background: #a5d0ff;
-webkit-border-radius: .8ex;
}