summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-12-11 13:49:02 +0000
committerNick White <git@njw.me.uk>2011-12-11 13:49:02 +0000
commitd878db527ce092b97dcb8f8d29d2e9456f50fdb5 (patch)
tree8c7817e47546a089afdfc6cc8c9a8076f93b9c5e /chromium/manifest.json
parent0a02e740fb0ce5cabd0ea5b6f3f6f72c30a66cf7 (diff)
Add options to chromium extension
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r--chromium/manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json
index 996b3e8..a0ff97b 100644
--- a/chromium/manifest.json
+++ b/chromium/manifest.json
@@ -2,6 +2,7 @@
"name": "SimplyRead",
"version": "VERSION",
"background_page": "background.html",
+ "options_page": "options.html",
"permissions": [ "tabs", "<all_urls>" ],
"content_scripts": [{"matches": ["<all_urls>"], "js": ["simplyread.js", "keybind.js", "viable.js"]}],
"page_action": { "default_icon": "icon.png" },