diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 08:31:43 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-25 08:31:43 +0000 |
commit | 3b76103e0186e3ac2b67373b6f35f81a44d986c8 (patch) | |
tree | c03154bfa6d381f1279d46282009fdd37ac6e4ef /chrome/test/data/extensions/app2 | |
parent | 75709691d97122dbefd7d73ce0cfade557e498b5 (diff) | |
download | chromium_src-3b76103e0186e3ac2b67373b6f35f81a44d986c8.zip chromium_src-3b76103e0186e3ac2b67373b6f35f81a44d986c8.tar.gz chromium_src-3b76103e0186e3ac2b67373b6f35f81a44d986c8.tar.bz2 |
Revert r50834
TBR=tony@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/extensions/app2')
-rw-r--r-- | chrome/test/data/extensions/app2/manifest.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/test/data/extensions/app2/manifest.json b/chrome/test/data/extensions/app2/manifest.json index 195e21d..b32b5c2 100644 --- a/chrome/test/data/extensions/app2/manifest.json +++ b/chrome/test/data/extensions/app2/manifest.json @@ -2,12 +2,12 @@ "name": "Test App 2", "version": "1", "app": { - "urls": [ - "http://www.example.com/path3", - "http://www.example.com/path4" - ], + "web_content": { + "origin": "http://www.example.com/", + "paths": ["path3", "path4"] + }, "launch": { - "web_url": "http://www.examle.com/path4/foo.html" + "web_url": "foo.html" } } } |