1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
| {
| "name": "LaunchpadTheme",
| "label": "Launchpad Theme",
| "platform": "HTML",
| "panels": [
| ],
| "styles": [
| {
| "name": "default",
| "description": "this is default style",
| "styleColor": "#3b8fc4"
| },
| {
| "name": "style2",
| "description": "this is an alternative style",
| "styleColor": "#333"
| },
| {
| "name": "style3",
| "description": "this is an alternative style",
| "styleColor": "#8b572a"
| }
| ],
| "layouts": [
| {
| "name": "default",
| "description": "this is the default layout"
| },
| {
| "name": "layout2",
| "description": "this is an alternative layout"
| }
| ],
| "version": "2.10",
| "wabVersion": "2.10",
| "author": "NarutoGIS",
| "description": "",
| "copyright": "",
| "license": "http://www.apache.org/licenses/LICENSE-2.0",
| "properties": {
| "hasLocale": true
| }
| }
|
|