mirror of
https://github.com/moparisthebest/mail
synced 2025-03-03 02:01:45 -05:00
open new ui in chrome app
This commit is contained in:
parent
02c53c2631
commit
c7a584cb56
@ -1,10 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
chrome.app.window.create('ui/index.html', {
|
||||
'bounds': {
|
||||
'width': 1024,
|
||||
'height': 650
|
||||
'height': 768
|
||||
}
|
||||
});
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user