aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-extension/manifest.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-10 23:10:27 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-10 23:10:27 -0400
commit839b1245a2137fc3c4474b4ed8d04590b4245611 (patch)
tree02e125523ed235bd5f4ee5fb086dc8e4fd89d41e /chrome-extension/manifest.json
parente53a6e3c651a3191e24b05ff9d69e871632ddbf8 (diff)
downloadbrowsing-activity-tracker-839b1245a2137fc3c4474b4ed8d04590b4245611.tar.gz
[Chrome extension] Add option handling
Diffstat (limited to 'chrome-extension/manifest.json')
-rw-r--r--chrome-extension/manifest.json6
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"
}