Index: chrome/test/data/webapps/manifest2.json |
diff --git a/chrome/test/data/webapps/manifest2.json b/chrome/test/data/webapps/manifest2.json |
deleted file mode 100644 |
index 2739c7dd93396254e1acea90c068121f86c8bcc3..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/webapps/manifest2.json |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-{ |
- "name": "Manifest test app2", |
- "short_name": "App", |
- "icons": [ |
- { |
- "src": "image-512px.png", |
- "sizes": "512x512", |
- "type": "image/png" |
- } |
- ], |
- "start_url": "manifest_test_page2.html", |
- "display": "standalone", |
- "orientation": "landscape" |
-} |