From 985ebe2e7a8e70177681a1e25eb000aebbc91d16 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Thu, 21 Oct 2010 22:18:49 +0100 Subject: [PATCH] Minor client changes --- client/manifest.json | 3 +-- client/popup.html | 1 - client/popup.js | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/client/manifest.json b/client/manifest.json index 813f4f0..3284be7 100644 --- a/client/manifest.json +++ b/client/manifest.json @@ -1,6 +1,6 @@ { "name" : "Chrome 2 Kindle", - "version" : "0.1", + "version" : "0.2", "description" : "Sends rendered web pages to your kindle device", "options_page" : "options.html", "browser_action" : { @@ -8,7 +8,6 @@ "popup" : "popup.html" }, "permissions" : [ - "http://fermi.wasptech.com/", "http://chrome2kindle.appspot.com/", "tabs" diff --git a/client/popup.html b/client/popup.html index 7085353..db8b454 100644 --- a/client/popup.html +++ b/client/popup.html @@ -11,6 +11,5 @@

- I'm an extension LOL..
diff --git a/client/popup.js b/client/popup.js index 53df915..d69b32a 100644 --- a/client/popup.js +++ b/client/popup.js @@ -9,7 +9,7 @@ var podnoms = { chrome: { chrome2kindle: { state: {}, - serviceUrl: 'http://fermi.wasptech.com:8080/convert', + serviceUrl: 'http://chrome2kindle.appspot.coM', currentUrl: '', kindleAccount: localStorage["kindle_account"], init: function (url) {