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

Side by Side Diff: chrome/test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/manifest.json

Issue 10698009: Make profile history easily filterable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to tot 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 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDnTeJKFLxjfDfc0gh9WIjyjdGXyKReX sUXxKdtkfsi9mauRlxd9nYwwbMXzJXRkOFyP1zuwhjPkMtHv3oVcITK74YOlFzgQ/RxGkxdaf+Z6Pmh9 cu4s4GEtIiY+HmUHYEVBAJEK9xSmSOJI3AxdQnrrjMBd7jCGuJULYlv/Ul7JQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDnTeJKFLxjfDfc0gh9WIjyjdGXyKReX sUXxKdtkfsi9mauRlxd9nYwwbMXzJXRkOFyP1zuwhjPkMtHv3oVcITK74YOlFzgQ/RxGkxdaf+Z6Pmh9 cu4s4GEtIiY+HmUHYEVBAJEK9xSmSOJI3AxdQnrrjMBd7jCGuJULYlv/Ul7JQIDAQAB",
3 "name": "Star Gazing", 3 "name": "Star Gazing",
4 "theme": { 4 "theme": {
5 "colors": { 5 "colors": {
6 "bookmark_text": [ 0, 0, 0 ], 6 "bookmark_text": [ 0, 0, 0 ],
7 "frame": [ 57, 137, 194 ], 7 "frame": [ 57, 137, 194 ],
8 "ntp_background": [ 57, 137, 194 ], 8 "ntp_background": [ 57, 137, 194 ],
9 "ntp_link": [ 0, 0, 0 ], 9 "ntp_link": [ 0, 0, 0 ],
10 "ntp_section": [ 131, 138, 146, 0.8 ], 10 "ntp_section": [ 131, 138, 146, 0.8 ],
(...skipping 15 matching lines...) Expand all
26 "properties": { 26 "properties": {
27 "ntp_background_alignment": "top", 27 "ntp_background_alignment": "top",
28 "ntp_background_repeat": "no-repeat" 28 "ntp_background_repeat": "no-repeat"
29 }, 29 },
30 "tints": { 30 "tints": {
31 "buttons": [ 0.6, 0.553, 0.5 ] 31 "buttons": [ 0.6, 0.553, 0.5 ]
32 } 32 }
33 }, 33 },
34 "version": "1.1" 34 "version": "1.1"
35 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698