summaryrefslogtreecommitdiffstats
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
commit78b5f6a8b869de9a15352ab35d5c40e440a3c141 (patch)
treea15dd9b92a22e302a4be639c9198ebb07ff78166 /chrome-extension/manifest.json
parent7adefa273b5d04c8e499c1be59081d35722baf65 (diff)
downloadtracker-78b5f6a8b869de9a15352ab35d5c40e440a3c141.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"
}