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