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

Side by Side Diff: chrome/common/extensions/docs/examples/api/override/blank_ntp.zip

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 10 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
OLDNEW
1 PKʼnœ<ÄTL,,blank_ntp/blank.html<html> 1 PKʼnœ<ÄTL,,blank_ntp/blank.html<html>
2 <head> 2 <head>
3 <title>Blank New Tab</title> 3 <title>Blank New Tab</title>
4 <style> 4 <style>
5 div { 5 div {
6 color: #cccccc; 6 color: #cccccc;
7 vertical-align: 50%; 7 vertical-align: 50%;
8 text-align: center; 8 text-align: center;
9 font-family: sans-serif; 9 font-family: sans-serif;
10 font-size: 300%; 10 font-size: 300%;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 <div style="height:40%"></div> 15 <div style="height:40%"></div>
16 <div>Blank New Tab&trade;</div> 16 <div>Blank New Tab&trade;</div>
17 </body> 17 </body>
18 </html> 18 </html>
19 19
20 PK‚"=ì‹‹blank_ntp/manifest.json{ 20 PK‚"=ì‹‹blank_ntp/manifest.json{
21 "name": "Blank new tab page", 21 "name": "Blank new tab page",
22 "version": "0.1", 22 "version": "0.1",
23 "incognito": "split", 23 "incognito": "split",
24 "chrome_url_overrides": { 24 "chrome_url_overrides": {
25 "newtab": "blank.html" 25 "newtab": "blank.html"
26 } 26 }
27 } 27 }
28 PKʼnœ<ÄTL,, blank_ntp/blank.htmlPK‚ "=ì‹‹( ^blank_ntp/manifest.json477acf6d15e3fa252e6307e15 6707538b61c86dbPK¯ 28 PKʼnœ<ÄTL,, blank_ntp/blank.htmlPK‚ "=ì‹‹( ^blank_ntp/manifest.json477acf6d15e3fa252e6307e15 6707538b61c86dbPK¯
29  29 
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698