diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-10 23:10:27 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-10 23:10:27 -0400 |
| commit | 78b5f6a8b869de9a15352ab35d5c40e440a3c141 (patch) | |
| tree | a15dd9b92a22e302a4be639c9198ebb07ff78166 /chrome-extension/manifest.json | |
| parent | 7adefa273b5d04c8e499c1be59081d35722baf65 (diff) | |
| download | tracker-78b5f6a8b869de9a15352ab35d5c40e440a3c141.tar.gz | |
[Chrome extension] Add option handling
Diffstat (limited to 'chrome-extension/manifest.json')
| -rw-r--r-- | chrome-extension/manifest.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index fc29fa6..a8ebd0a 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -7,6 +7,8 @@ "scripts": ["bg.js"] }, "permissions": [ - "tabs" - ] + "tabs", + "storage" + ], + "options_page": "options.html" } |
