Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-02-01 07:54:07 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-01 07:54:07 +0400
commitf63a9ef4eda7f6917db03aa06763794672d40901 (patch)
tree316cacfeb6919dd588feb7152928a295855a6643 /chrome
parent6fa27b9f38f7fd200a739c8b400821fef34eab54 (diff)
remember window position
Diffstat (limited to 'chrome')
-rw-r--r--chrome/background.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/background.js b/chrome/background.js
index d740b15..04d2e04 100644
--- a/chrome/background.js
+++ b/chrome/background.js
@@ -1,5 +1,6 @@
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('window.html', {
+ id: 'main',
bounds: {
width: 500,
height: 600