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

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

Issue 10704092: Add offline_mode support in crxless apps (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 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
OLDNEW
1 { 1 {
2 "name": "hello", 2 "name": "hello",
3 "description": "This app is super awesome", 3 "description": "This app is super awesome",
4 "launch_url": "launch_url", 4 "launch_url": "launch_url",
5 "launch_container": "panel", 5 "launch_container": "panel",
6 "permissions": [ "geolocation", "notifications" ], 6 "permissions": [ "geolocation", "notifications" ],
7 "offline_enabled": true,
7 "urls": [ "foobar", "baz" ], 8 "urls": [ "foobar", "baz" ],
8 "icons": { 9 "icons": {
9 "ignored": "ignored.png", 10 "ignored": "ignored.png",
10 "16": "16.png", 11 "16": "16.png",
11 // We also ignore this because it is larger than 128. 12 // We also ignore this because it is larger than 128.
12 "500": "500.png" 13 "500": "500.png"
13 } 14 }
14 } 15 }
OLDNEW
« chrome/common/web_apps.cc ('K') | « chrome/common/web_apps_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698