summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 08:55:56 -0800
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-02-24 08:55:56 -0800
commit89ca2bfe654ee86b1190ebe28fd0038cb6fddc42 (patch)
tree6df7c8cf3e469e7ab2e0136476bfd515d4ac2055 /manifest.json
parenta8b63bc49375aa9dfb285eb159cb066a2dd41a13 (diff)
downloadtempo-89ca2bfe654ee86b1190ebe28fd0038cb6fddc42.tar.gz
tempo-89ca2bfe654ee86b1190ebe28fd0038cb6fddc42.tar.xz
Add icon.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 81c35ee..551cbc7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,6 +6,11 @@
"description": "Replace the New Tab page with a time display.",
+ "icons": {
+ "48": "icon/clock48.png",
+ "128": "icon/clock128.png"
+ },
+
"chrome_url_overrides": {
"newtab": "index.html"
}