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

Side by Side Diff: chrome/test/data/web_app_info/full.json

Issue 4979003: Implement web app definition parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 10 years, 1 month 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
(Empty)
1 {
2 "name": "hello",
3 "description": "This app is super awesome",
4 "launch_url": "launch_url",
5 "launch_container": "panel",
6 "privileges": [ "geolocation", "notifications" ],
7 "urls": [ "foobar", "baz" ],
8 "icons": {
9 "ignored": "ignored.png",
10 "16": "16.png",
11 // We also ignore this because it is larger than 128.
Erik does not do reviews 2010/11/15 19:45:36 I thought our JSON parser barfed on comments
Aaron Boodman 2010/11/16 03:44:45 The one in v8 does (as per the spec), but the one
Erik does not do reviews 2010/11/16 23:43:02 agree. that always bugged me about the JSON spec.
12 "500": "500.png"
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698