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