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

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

Issue 8826010: Update more manifests to manifest_version 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/test/data/extensions/network_delay/pjohnlkdpdolplmenneanegndccmdlpc/1.0/manifest.json ('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": "__MSG_name__", 2 "name": "__MSG_name__",
3 "description": "__MSG_description__", 3 "description": "__MSG_description__",
4 "version": "1", 4 "version": "1",
5 "manifest_version": 2,
5 "default_locale": "en", 6 "default_locale": "en",
6 "theme": { 7 "theme": {
7 "properties" : { 8 "properties" : {
8 "ntp_background_alignment" : "top" 9 "ntp_background_alignment" : "top"
9 } 10 }
10 } 11 }
11 } 12 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/network_delay/pjohnlkdpdolplmenneanegndccmdlpc/1.0/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698