summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r--chromium/manifest.json2
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"
}