diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-26 13:11:45 -0800 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-02-26 13:11:45 -0800 |
commit | eabbe53c13e5fcf45a50b2163c871e6f9d55f991 (patch) | |
tree | a24f23561feca6e50084a1ca083911293114e17f /manifest.json | |
parent | 89ca2bfe654ee86b1190ebe28fd0038cb6fddc42 (diff) | |
download | tempo-eabbe53c13e5fcf45a50b2163c871e6f9d55f991.tar.gz tempo-eabbe53c13e5fcf45a50b2163c871e6f9d55f991.tar.xz |
Add option for 12-hour time.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 551cbc7..9eca683 100644 --- a/manifest.json +++ b/manifest.json @@ -11,6 +11,8 @@ "128": "icon/clock128.png" }, + "options_page": "options.html", + "chrome_url_overrides": { "newtab": "index.html" } |