Index: chrome/test/data/extensions/subscribe_page_action/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/subscribe_page_action/manifest.json (revision 32777) |
+++ chrome/test/data/extensions/subscribe_page_action/manifest.json (working copy) |
@@ -1,7 +1,7 @@ |
{ |
"name": "RSS Subscription Extension", |
"description": "Adds one-click subscription to your toolbar", |
- "version": "1.6.3", |
+ "version": "1.6.4", |
"permissions": [ |
"tabs", |
"http://*/*" |
@@ -9,7 +9,7 @@ |
"background_page": "background.html", |
"content_scripts": [ |
{ |
- "matches": ["http://*/*"], |
+ "matches": ["http://*/*", "file://*.*"], |
"js": ["feed_finder.js"] |
} |
], |