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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
| {
| "name": "PocketTheme",
| "label": "Pocket Theme",
| "platform": "HTML",
| "panels": [
| {
| "name": "PocketPanel",
| "description": "This is Pocket panel"
| }
| ],
| "styles": [
| {
| "name": "black",
| "description": "this is black style",
| "styleColor": "#000000"
| },
| {
| "name": "default",
| "description": "this is dark grey style",
| "styleColor": "#464646"
| },
| {
| "name": "medium-grey",
| "description": "this is medium grey style",
| "styleColor": "#6E6E6E"
| },
| {
| "name": "dark-blue",
| "description": "this is blue style",
| "styleColor": "#004575"
| },
| {
| "name": "esri-blue",
| "description": "this is blue style",
| "styleColor": "#007AC2"
| },
| {
| "name": "dark-green",
| "description": "this is dark green style",
| "styleColor": "#2A7433"
| },
| {
| "name": "esri-green",
| "description": "this is light green style",
| "styleColor": "#35AC46"
| },
| {
| "name": "orange",
| "description": "this is orange style",
| "styleColor": "#DA4D1E"
| }
| ],
| "layouts": [
| {
| "name": "default",
| "description": "this is the default layout"
| },
| {
| "name": "layout1",
| "description": "this is layout1"
| }
| ],
| "version": "2.10",
| "wabVersion": "2.10",
| "author": "NarutoGIS",
| "description": "Pocket Theme",
| "copyright": "Copyright 2018 NarutoGIS Inc.",
| "license": ""
| }
|
|