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 | 839b1245a2137fc3c4474b4ed8d04590b4245611 (patch) | |
| tree | 02e125523ed235bd5f4ee5fb086dc8e4fd89d41e /chrome-extension/manifest.json | |
| parent | e53a6e3c651a3191e24b05ff9d69e871632ddbf8 (diff) | |
| download | browsing-activity-tracker-839b1245a2137fc3c4474b4ed8d04590b4245611.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" } |
