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

Side by Side Diff: resources/calendar_app/manifest.json

Issue 2824040: Updating the Chrome reference build to revision 51178. This revision will cur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Created 10 years, 5 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
« no previous file with comments | « resources/calendar_app/48.png ('k') | resources/docs_app/128.png » ('j') | 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 "key": "XX3fMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCf1MLMJ1mzNVJOVqaFFX+fQ7gJLVeZN+ Sq3tKnZM33oWP82xDDs345/TsFTqGV3Nj5KvmjIN5NwcW/AeBOpVeOGFujFDSTOCZv0JDKkTXLyCegSw F+ljBi0TbCrsgv2T+8Jt891+hSyw5LPjXoTX2bKz+bu016tQnGnhb6fXyCBQIDAQAB",
3 "name": "Google Calendar",
4 "version": "1.3",
5 "permissions": [ "notifications" ],
6 "icons": {
7 "128": "128.png",
8 "24": "24.png",
9 "32": "32.png",
10 "48": "48.png"
11 },
12 "app": {
13 "urls": [
14 "http://www.google.com/calendar/",
15 "https://www.google.com/calendar/"
16 ],
17 "launch": {
18 "container": "tab",
19 "web_url": "https://www.google.com/calendar/"
20 }
21 }
22 }
OLDNEW
« no previous file with comments | « resources/calendar_app/48.png ('k') | resources/docs_app/128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698