summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-18 18:43:33 +0000
committerNick White <git@njw.me.uk>2010-11-18 18:43:33 +0000
commiteb9bdae63cf0d69228772859ec3fccc426678448 (patch)
tree5fec1aa6f14725fc4fbc2d547d42c10dafb1b425 /chromium/manifest.json
parent6f2be227fc7f4e69e149e38a8b3c8359c4a14295 (diff)
Add chromium auto-update code
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r--chromium/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json
index 321aff9..6b28f29 100644
--- a/chromium/manifest.json
+++ b/chromium/manifest.json
@@ -4,5 +4,6 @@
"background_page": "background.html",
"permissions": [ "tabs", "*://*/*" ],
"content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js", "keybind.js"]}],
- "browser_action": { "default_icon": "icon.png" }
+ "browser_action": { "default_icon": "icon.png" },
+ "update_url": "http://njw.me.uk/software/simplyread/chromium-updates.xml"
}