diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 08:55:56 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-24 08:55:56 -0800 |
commit | 89ca2bfe654ee86b1190ebe28fd0038cb6fddc42 (patch) | |
tree | 6df7c8cf3e469e7ab2e0136476bfd515d4ac2055 /manifest.json | |
parent | a8b63bc49375aa9dfb285eb159cb066a2dd41a13 (diff) | |
download | tempo-89ca2bfe654ee86b1190ebe28fd0038cb6fddc42.tar.gz tempo-89ca2bfe654ee86b1190ebe28fd0038cb6fddc42.tar.xz |
Add icon.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 5 |
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" } |