OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "App Test", | |
3 "version": "1", | |
4 "manifest_version": 2, | |
5 "permissions": [ | |
6 "background" | |
7 ], | |
8 "app": { | |
9 "launch": { | |
10 "web_url": "http://www.a.com/" | |
11 }, | |
12 "urls": [ | |
13 "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
| |
14 ] | |
15 } | |
16 } | |
OLD | NEW |