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

Unified 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: fix nacl64 build 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 side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698