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

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

Issue 286001: Allow slightly larger browser and page action icons. (Closed)
Patch Set: erikkay comments 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/icon_size_test/icon.png ('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
(Empty)
1 {
2 "name": "A browser action with a large icon",
3 "version": "1.0",
4 "permissions": [
5 "tabs", "http://*/*"
6 ],
7 "browser_action": {
8 "name": "Make this page red",
9 "icons": ["icon.png"]
10 },
11 "page_actions": [
12 {
13 "id": "foo",
14 "name": "foobar",
15 "icons": ["icon.png"]
16 }
17 ],
18 "background_page": "background.html"
19 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/samples/icon_size_test/icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698