OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 // Required. | |
3 "version": "1.0", | |
4 "app_menu" : { | |
5 "section_title" : "A partner application menu section title.", | |
6 "web_apps" : [ | |
7 "http://localhost/a/1", | |
8 "http://localhost/a/2", | |
9 ], | |
10 "support_page": "http://localhost/h", | |
11 "extensions": [ | |
12 "http://localhost/e/1", | |
13 "http://localhost/e/2", | |
14 ], | |
15 }, | |
16 | |
17 // Optional. | |
18 "initial_start_page": "http://localhost", | |
19 } | |
OLD | NEW |