summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r--chromium/manifest.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json
index 6b28f29..ceb7179 100644
--- a/chromium/manifest.json
+++ b/chromium/manifest.json
@@ -2,8 +2,8 @@
"name": "SimplyRead",
"version": "VERSION",
"background_page": "background.html",
- "permissions": [ "tabs", "*://*/*" ],
- "content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js", "keybind.js"]}],
- "browser_action": { "default_icon": "icon.png" },
+ "permissions": [ "tabs", "<all_urls>" ],
+ "content_scripts": [{"matches": ["<all_urls>"], "js": ["simplyread.js", "keybind.js", "viable.js"]}],
+ "page_action": { "default_icon": "icon.png" },
"update_url": "http://njw.me.uk/software/simplyread/chromium-updates.xml"
}