diff options
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" } |