diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/extensions/subscribe_page_action/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/extensions/subscribe_page_action/manifest.json b/chrome/test/data/extensions/subscribe_page_action/manifest.json index b33afa8..6891c4d 100644 --- a/chrome/test/data/extensions/subscribe_page_action/manifest.json +++ b/chrome/test/data/extensions/subscribe_page_action/manifest.json @@ -1,7 +1,7 @@ { "name": "RSS Subscription Extension", "description": "Adds one-click subscription to your toolbar", - "version": "1.6.4", + "version": "1.6.5", "permissions": [ "tabs", "http://*/*" @@ -9,7 +9,7 @@ "background_page": "background.html", "content_scripts": [ { - "matches": ["http://*/*", "file://*.*"], + "matches": ["http://*/*"], "js": ["feed_finder.js"] } ], |