Minor client changes

This commit is contained in:
Fergal Moran
2010-10-21 22:18:49 +01:00
parent f8c6e8da3d
commit 985ebe2e7a
3 changed files with 2 additions and 4 deletions

View File

@@ -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"

View File

@@ -11,6 +11,5 @@
<div id="main">
<h1></h1>
<div id="content">
I'm an extension LOL..
</div>
</div>

View File

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