aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index f3ada9a..d013bcb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -10,5 +10,10 @@
"matches": ["*://*.timetask.com/time/add/"],
"js": ["timetasker.js"]
}
- ]
+ ],
+
+ "options_ui": {
+ "page": "options.html",
+ "chrome_style": true
+ }
}