Index: chrome/test/data/web_app_info/full.json |
diff --git a/chrome/test/data/web_app_info/full.json b/chrome/test/data/web_app_info/full.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ef38f53efff58227e5069c168fe7f6e9fcb02c16 |
--- /dev/null |
+++ b/chrome/test/data/web_app_info/full.json |
@@ -0,0 +1,14 @@ |
+{ |
+ "name": "hello", |
+ "description": "This app is super awesome", |
+ "launch_url": "launch_url", |
+ "launch_container": "panel", |
+ "permissions": [ "geolocation", "notifications" ], |
+ "urls": [ "foobar", "baz" ], |
+ "icons": { |
+ "ignored": "ignored.png", |
+ "16": "16.png", |
+ // We also ignore this because it is larger than 128. |
+ "500": "500.png" |
+ } |
+} |