diff options
author | Nick White <git@njw.me.uk> | 2011-05-22 02:24:36 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-05-22 02:24:36 +0100 |
commit | f1199cdcf7ebcde4b6cc69c70319e60245344601 (patch) | |
tree | dec0c864e1445a3db203d828cf3a04e8903e76d8 /chromium/manifest.json | |
parent | 9edcd4ac295c8799664016276ff9e39da55c6906 (diff) |
Improve icon, and add to simplyread meta
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r-- | chromium/manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
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", "<all_urls>" ], "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" } |