diff options
author | Nick White <git@njw.me.uk> | 2011-06-16 19:50:31 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-16 19:50:31 +0100 |
commit | f927ee03c4f769fcb0b29b011dde168bb17ea06f (patch) | |
tree | a9a0656277348d194487662088ed9a348caaef57 /chromium | |
parent | 07a763300e751724e18e8fa8729dfb321840757f (diff) |
Sort firefox addon, make improvements
Diffstat (limited to 'chromium')
-rw-r--r-- | chromium/manifest.json | 4 | ||||
-rw-r--r-- | chromium/updates.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json index ea80b15..996b3e8 100644 --- a/chromium/manifest.json +++ b/chromium/manifest.json @@ -6,6 +6,6 @@ "content_scripts": [{"matches": ["<all_urls>"], "js": ["simplyread.js", "keybind.js", "viable.js"]}], "page_action": { "default_icon": "icon.png" }, "icons": {"48":"icon48.png", "128":"icon128.png"}, - "homepage_url": "http://njw.me.uk/software/simplyread/", - "update_url": "http://njw.me.uk/software/simplyread/chromium-updates.xml" + "homepage_url": "WEBSITE/", + "update_url": "WEBSITE/chromium-updates.xml" } diff --git a/chromium/updates.xml b/chromium/updates.xml index 8dec4de..f938094 100644 --- a/chromium/updates.xml +++ b/chromium/updates.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'> <app appid='apapoaenlmlncnnhbpdobjifmpjdabpn'> - <updatecheck codebase='http://njw.me.uk/software/simplyread/simplyread-VERSION.crx' version='VERSION' /> + <updatecheck codebase='WEBSITE/simplyread-VERSION.crx' version='VERSION' /> </app> </gupdate> |