summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 4cfbc9a..4a0aac5 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Tempo",
- "version": "0.3",
+ "version": "0.4",
"description": "Replace the New Tab page with a time display.",
@@ -11,7 +11,14 @@
"128": "icon/clock128.png"
},
- "options_page": "options.html",
+ "options_ui": {
+ "page": "options.html",
+ "browser_style": true
+ },
+
+ "chrome_settings_overrides": {
+ "homepage": "index.html"
+ },
"chrome_url_overrides": {
"newtab": "index.html"