Index: chrome/test/data/extensions/subscribe_page_action/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/subscribe_page_action/manifest.json (revision 192805) |
+++ chrome/test/data/extensions/subscribe_page_action/manifest.json (working copy) |
@@ -1,5 +1,6 @@ |
{ |
"background": { |
+ "persistent": false, |
"scripts": [ "background.js" ] |
}, |
"content_scripts": [ { |
@@ -23,7 +24,7 @@ |
"default_popup": "popup.html", |
"default_title": "__MSG_rss_subscription_default_title__" |
}, |
- "permissions": [ "tabs", "http://*/*", "https://*/*" ], |
- "version": "2.2.1", |
+ "permissions": [ "tabs", "http://*/*", "https://*/*", "storage" ], |
+ "version": "2.2.2", |
"web_accessible_resources": [ "iframe.js", "style.css" ] |
} |