aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorTeddy Wing2017-03-18 18:38:28 +0100
committerTeddy Wing2017-03-18 18:40:27 +0100
commitb5e45a698e1e90151477361f760a1b4fb29a63d7 (patch)
tree7f454882916988f440571c8c0590d86b95304238 /manifest.json
parentb3df24818c5e9d8d53d5104a5e1c90b872805960 (diff)
downloadchrome-timetasker-b5e45a698e1e90151477361f760a1b4fb29a63d7.tar.bz2
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.
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
+ }
}