Index: chrome/test/data/extensions/api_test/webnavigation/app/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/webnavigation/app/manifest.json b/chrome/test/data/extensions/api_test/webnavigation/app/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4e45ec9a4f9c3b8dfe31a7b4c1a9cea9c1c56cd2 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/webnavigation/app/manifest.json |
@@ -0,0 +1,16 @@ |
+{ |
+ "name": "App Test", |
+ "version": "1", |
+ "manifest_version": 2, |
+ "permissions": [ |
+ "background" |
+ ], |
+ "app": { |
+ "launch": { |
+ "web_url": "http://www.a.com/" |
+ }, |
+ "urls": [ |
+ "http://www.a.com/server-redirect" |
Charlie Reis
2012/08/06 20:04:13
Why is this the web extent for the app? It doesn'
jochen (gone - plz use gerrit)
2012/08/06 21:08:39
I made this the launch URL.
Charlie Reis
2012/08/06 21:30:26
Now there's no extent, so we'll never enter the ap
jochen (gone - plz use gerrit)
2012/08/06 21:42:32
Without an extent, the launch url's host + /* is u
|
+ ] |
+ } |
+} |