Index: chrome/test/data/extensions/app_update/v2/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/app_update/v2/manifest.json (revision 0) |
+++ chrome/test/data/extensions/app_update/v2/manifest.json (revision 0) |
@@ -0,0 +1,12 @@ |
+{ |
+ "name": "Test App", |
+ "version": "2", |
+ "app": { |
+ "urls": [ |
+ "http://www.example.com/path1" |
+ ], |
+ "launch": { |
+ "web_url": "http://www.example.com/path1/foo2.html" |
+ } |
+ } |
+} |
Property changes on: chrome/test/data/extensions/app_update/v2/manifest.json |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |