| Index: chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
|
| diff --git a/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json b/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
|
| index 68d6ddc6b2e73f47182f2110f25008ea0c765667..9d42d6ff3dcaafc44140f42a06c79f2eac42799b 100644
|
| --- a/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
|
| +++ b/chrome/test/data/extensions/samples/subscribe_page_action/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "name": "RSS Subscription Extension",
|
| "description": "Adds one-click subscription to your toolbar",
|
| - "version": "1.2.5",
|
| + "version": "1.3",
|
| "permissions": [
|
| "tabs",
|
| "http://*/*"
|
| @@ -13,6 +13,7 @@
|
| "js": ["feed_finder.js"]
|
| }
|
| ],
|
| + "icons": { "128": "feed-icon-128x128.png" },
|
| "page_actions": [
|
| {
|
| "id": "RssPageAction",
|
|
|