diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-23 13:19:33 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-23 13:19:33 -0800 |
commit | f99bf96235ba697862689ba82de94cf3617d0fb8 (patch) | |
tree | 5c68df69dc56493366db566b5b65cf1151ac0c3d /manifest.json | |
parent | 198e40ba5e1cd81f7f45b4c0caaa430c6fe8a074 (diff) | |
download | tempo-f99bf96235ba697862689ba82de94cf3617d0fb8.tar.gz tempo-f99bf96235ba697862689ba82de94cf3617d0fb8.tar.xz |
Override New Tab page.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index b1ad732..81c35ee 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,9 @@ "name": "Tempo", "version": "0.1", - "description": "Replace the New Tab page with a time display." + "description": "Replace the New Tab page with a time display.", + + "chrome_url_overrides": { + "newtab": "index.html" + } } |