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 +++++- options.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 options.html 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 + } } diff --git a/options.html b/options.html new file mode 100644 index 0000000..3b3033e --- /dev/null +++ b/options.html @@ -0,0 +1,78 @@ + + + + Timetasker Options + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ +
+ + + + + -- cgit v1.2.3