diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 4a0aac5..b8ba7a5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,11 +2,12 @@ "manifest_version": 2, "name": "Tempo", - "version": "0.4", + "version": "0.5", "description": "Replace the New Tab page with a time display.", "icons": { + "16": "icon/clock16.png", "48": "icon/clock48.png", "128": "icon/clock128.png" }, @@ -17,10 +18,10 @@ }, "chrome_settings_overrides": { - "homepage": "index.html" + "homepage": "tempo.html" }, "chrome_url_overrides": { - "newtab": "index.html" + "newtab": "tempo.html" } } |