From b5e45a698e1e90151477361f760a1b4fb29a63d7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 18 Mar 2017 18:38:28 +0100 Subject: Add options page Create an HTML page to store configurable options. These will be used as the defaults when auto-filling fields in time entries. --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'manifest.json') 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 + } } -- cgit v1.2.3