diff --git a/background.js b/background.js index ff9f80c..15ae05d 100644 --- a/background.js +++ b/background.js @@ -1,8 +1,6 @@ +// just start the app in fullscreen chrome.app.runtime.onLaunched.addListener(function() { chrome.app.window.create('index.html', { - 'bounds': { - 'width': 400, - 'height': 500 - } + state: "fullscreen", }); }); \ No newline at end of file diff --git a/index.html b/index.html index e10ce92..7fc3b06 100644 --- a/index.html +++ b/index.html @@ -4,38 +4,36 @@ Moonlight - +

Moonlight Streaming

Chrome App Status: NO-STATUS

-

- log
+ log -

Enter the IP/hostname of the GFE streaming computer, or select one from the history:

- + - - -

- - - - -

+
+

Enter the IP/hostname of the GFE streaming computer, or select one from the history:

+ + +

+ + +
-