diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/manifest.json b/manifest.json index b8ba7a5..281f88c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,27 +1,25 @@ { - "manifest_version": 2, + "manifest_version": 2, - "name": "Tempo", - "version": "0.5", + "name": "Tempo", + "version": "0.6", + "description": "Replace new tab page with a clock.", - "description": "Replace the New Tab page with a time display.", + "icons": { + "16": "icon/clock16.png", + "48": "icon/clock48.png", + "128": "icon/clock128.png" + }, - "icons": { - "16": "icon/clock16.png", - "48": "icon/clock48.png", - "128": "icon/clock128.png" - }, + "options_ui": { + "page": "options.html", + "browser_style": true + }, - "options_ui": { - "page": "options.html", - "browser_style": true - }, - - "chrome_settings_overrides": { - "homepage": "tempo.html" - }, - - "chrome_url_overrides": { - "newtab": "tempo.html" - } + "chrome_settings_overrides": { + "homepage": "tempo.html" + }, + "chrome_url_overrides": { + "newtab": "tempo.html" + } } |