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

Side by Side Diff: chrome/test/data/extensions/manifest_tests/script_badge_basic.json

Issue 10905005: Change browser/page action default icon defined in manifest to support hidpi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot to update tests Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "my extension", 3 "name": "my extension",
4 "version": "1.0.0.0", 4 "version": "1.0.0.0",
5 "description": "Check that a simple script_badge section parses", 5 "description": "Check that a simple script_badge section parses",
6 "icons": { 6 "icons": {
7 "16": "icon16.png", 7 "16": "icon16.png",
8 "32": "icon32.png",
8 "19": "icon19.png", 9 "19": "icon19.png",
9 "48": "icon48.png" 10 "48": "icon48.png"
10 }, 11 },
11 "script_badge": { 12 "script_badge": {
12 "default_popup": "popup.html" 13 "default_popup": "popup.html"
13 } 14 }
14 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698