From f1199cdcf7ebcde4b6cc69c70319e60245344601 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 22 May 2011 02:24:36 +0100 Subject: Improve icon, and add to simplyread meta --- chromium/manifest.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chromium/manifest.json') diff --git a/chromium/manifest.json b/chromium/manifest.json index ceb7179..ea80b15 100644 --- a/chromium/manifest.json +++ b/chromium/manifest.json @@ -5,5 +5,7 @@ "permissions": [ "tabs", "" ], "content_scripts": [{"matches": [""], "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" } -- cgit v1.2.3