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) {