diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-10 06:29:58 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-10 06:39:00 -0700 |
commit | ee0e4763c44ac38c05c92900f6c1b9d3e2d26069 (patch) | |
tree | 3fac06323ece0b19e903442ff027c9bd12d9ad88 /manifest.json | |
parent | a9358b6ffad0ac98a4e60f43beda24a22bc0224d (diff) | |
download | tempo-ee0e4763c44ac38c05c92900f6c1b9d3e2d26069.tar.gz tempo-ee0e4763c44ac38c05c92900f6c1b9d3e2d26069.tar.xz |
add favicon; minor cleanup
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" } } |