From d878db527ce092b97dcb8f8d29d2e9456f50fdb5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 11 Dec 2011 13:49:02 +0000 Subject: Add options to chromium extension --- chromium/manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'chromium/manifest.json') 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", "" ], "content_scripts": [{"matches": [""], "js": ["simplyread.js", "keybind.js", "viable.js"]}], "page_action": { "default_icon": "icon.png" }, -- cgit v1.2.3