From b634ab84f1e4d3188d5422075136263d26a6b181 Mon Sep 17 00:00:00 2001 From: Aidan Campbell Date: Sun, 14 Feb 2016 20:33:10 -0500 Subject: [PATCH] switched to single HTML file by hiding certain regions --- background.js | 6 ++---- index.html | 30 ++++++++++++++---------------- index.js | 32 +++++++++++++++++++++++++++++++- main.cpp | 12 +++++++++--- 4 files changed, 56 insertions(+), 24 deletions(-) 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:

+ + +

+ + +
-