Saving Chrome app window position
This commit is contained in:
parent
f6f553c3d3
commit
c10adc8d32
@ -7,7 +7,9 @@
|
||||
|
||||
chrome.app.runtime.onLaunched.addListener(function(launchData) {
|
||||
chrome.app.window.create('../index.html', {
|
||||
bounds: {
|
||||
id: 'webogram-chat',
|
||||
hidden: true,
|
||||
innerBounds: {
|
||||
width: 1000,
|
||||
height: 700
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user