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

Unified Diff: chrome/test/data/webapps/manifest.json

Issue 1310223002: webapps: initial addition of splash screen icon downloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-database-exp
Patch Set: Fix compile Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webapps/image-512px.png ('k') | chrome/test/data/webapps/manifest_test_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webapps/manifest.json
diff --git a/chrome/test/data/webapps/manifest.json b/chrome/test/data/webapps/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c26ce20d6ca80885eb1d419de1b5121c0ae1dd27
--- /dev/null
+++ b/chrome/test/data/webapps/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Manifest test app",
+ "short_name": "App",
+ "icons": [
+ {
+ "src": "image-512px.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "manifest_test_page.html",
+ "display": "standalone",
+ "orientation": "landscape"
+}
« no previous file with comments | « chrome/test/data/webapps/image-512px.png ('k') | chrome/test/data/webapps/manifest_test_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698