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

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

Issue 149046: PageActions can now specify multiple icons and switch between them... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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-16x16-subscribed.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
===================================================================
--- chrome/test/data/extensions/samples/subscribe_page_action/manifest.json (revision 19579)
+++ chrome/test/data/extensions/samples/subscribe_page_action/manifest.json (working copy)
@@ -16,7 +16,10 @@
{
"id": "RssPageAction",
"name": "Subscribe to this feed",
- "icon": "feed-icon-16x16.png"
+ "icons": [
+ "feed-icon-16x16.png",
+ "feed-icon-16x16-subscribed.png"
+ ]
}
]
}
« no previous file with comments | « chrome/test/data/extensions/samples/subscribe_page_action/feed-icon-16x16-subscribed.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698