Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chrome/test/data/extensions/samples/subscribe_page_action/manifest.json

Issue 178028: Fix samples extensions. Add icons (nothing building or testable) (Closed)
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/samples/subscribe_page_action/feed-icon-128x128.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/test/data/extensions/samples/subscribe_page_action/feed-icon-128x128.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698