diff --git a/extension/comic.png b/extension/comic.png new file mode 100644 index 0000000..aa78cdb Binary files /dev/null and b/extension/comic.png differ diff --git a/extension/help.html b/extension/help.html index fea9af8..f7a43d8 100644 --- a/extension/help.html +++ b/extension/help.html @@ -16,30 +16,38 @@
-Google Chrome to Phone Extension enables you to send links and other information from Chrome to your Android device. Simply
-click on the phone icon and the link will be pushed to your device. You will be required to log in with the same account used by
-your Android device.
Chrome to Phone, from Google, enables you to send links and other information from Chrome to your Android device.
+Chrome to Phone is comprised of a Chrome browser extension and an Android application.
-

diff --git a/extension/popup.html b/extension/popup.html
index 99aee06..b346f87 100644
--- a/extension/popup.html
+++ b/extension/popup.html
@@ -35,7 +35,7 @@ var apiVersion = 4;
var baseUrl = 'https://chrometophone.appspot.com';
var sendUrl = baseUrl + '/send?ver=' + apiVersion;;
var signInUrl = baseUrl + '/signin?extret=' +
- encodeURIComponent(chrome.extension.getURL('signed_in.html')) + '&ver=' + apiVersion;
+ encodeURIComponent(chrome.extension.getURL('help.html')) + '%23signed_in&ver=' + apiVersion;
var signOutUrl = baseUrl + '/signout?extret=' +
encodeURIComponent(chrome.extension.getURL('signed_out.html')) + '&ver=' + apiVersion;
diff --git a/extension/signed_in.html b/extension/signed_in.html
deleted file mode 100644
index 116a0d7..0000000
--- a/extension/signed_in.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-Congratulations. You are now signed in to Chrome to Phone.
- --
