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