diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 7 |
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 + } } |
