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

Side by Side Diff: chrome/test/data/extensions/samples/test_browser_action/manifest.json

Issue 264046: Update browser actions api to be like new design doc. (Closed)
Patch Set: rebase Created 11 years, 2 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/extensions/samples/test_browser_action/background.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "Animated Browser Action", 2 "name": "Animated Browser Action",
3 "description": "This extension adds an animated browser action to the toolbar. ", 3 "description": "This extension adds an animated browser action to the toolbar. ",
4 "version": "1.0", 4 "version": "1.0",
5 "background_page": "background.html", 5 "background_page": "background.html",
6 "browser_action": { 6 "browser_action": {
7 "name": "First icon", 7 "name": "First icon",
8 "icons": ["badicon.png", "print_16x16.png"] 8 "icons": ["print_16x16.png"]
9 } 9 }
10 } 10 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/samples/test_browser_action/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698