From ee0e4763c44ac38c05c92900f6c1b9d3e2d26069 Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sun, 10 Apr 2022 06:29:58 -0700 Subject: add favicon; minor cleanup --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'manifest.json') 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" } } -- cgit v1.2.3-70-g09d2