Keep inbox window open, but allow it to be hidden

As a chrome packaged app, we have to keep at least one window open in
order to maintain our websocket connection in the background page.

This change replaces the system window frame with custom buttons in the
inbox header, such that the 'close' button merely hides the window
rather than unloading it.

Fixes #237
FREEBIE
This commit is contained in:
lilia 2015-05-21 13:05:52 -07:00
parent b83ce7a015
commit 95f8e3921c
9 changed files with 72 additions and 5 deletions

View file

@ -121,6 +121,7 @@
id: 'inbox',
url: 'index.html',
type: 'panel',
frame: 'none',
focused: true,
width: 260, // 280 for chat
height: 440 // 420 for chat