{ "manifest_version": 2, "name": "Tempo", "version": "0.7", "description": "Replace new tab page with a clock.", "icons": { "16": "icon/clock16.png", "48": "icon/clock48.png", "128": "icon/clock128.png" }, "options_ui": { "page": "options.html", "browser_style": true }, "chrome_settings_overrides": { "homepage": "tempo.html" }, "chrome_url_overrides": { "newtab": "tempo.html" } }