Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appinfo.json - github.com/ClusterM/pebble-my-data.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70b40d5fde4d3a0adf760d52a635b990c12d46b2 (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
  "uuid": "9be6e663-b542-49f3-82d9-9bc174ddc63a",
  "shortName": "My Data",
  "longName": "My Data (watchface)",
  "companyName": "bahbka",
  "versionCode": 235,
  "versionLabel": "2.3.5",
  "watchapp": {
    "watchface": true
  },
  "capabilities": [ "configurable", "location" ],
  "appKeys": {
    "msg_type":         0,
    "content":          1,
    "refresh":          2,
    "vibrate":          3,
    "font":             4,
    "theme":            5,
    "scroll":           6,
    "light":            7,
    "blink":            8,
    "updown":           9,
    "config_location": 10,
    "config_vibrate":  11,
    "config_seconds":  12,
    "config_shake":    13,
		"config_interval": 14
  },
  "resources": {
    "media": [
      {
      	"type": "png",
	"name": "ICON",
	"file": "app_icon.png",
	"menuIcon": true
      },
      {
      	"type": "png-trans",
	"name": "WBATT",
	"file": "wbatt.png"
      },
      {
      	"type": "png-trans",
	"name": "WBATT_CHARGE",
	"file": "wbatt_charge.png"
      },
      {
      	"type": "png-trans",
	"name": "NO_PHONE",
	"file": "no_phone.png"
      },
      {
      	"type": "png-trans",
	"name": "UPDATE",
	"file": "update.png"
      },
      {
      	"type": "png-trans",
	"name": "UPDATE_ERROR",
	"file": "update_error.png"
      },
      {
      	"type": "png-trans",
	"name": "EMPTY",
	"file": "empty.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_0",
	"file": "digit_0.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_1",
	"file": "digit_1.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_2",
	"file": "digit_2.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_3",
	"file": "digit_3.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_4",
	"file": "digit_4.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_5",
	"file": "digit_5.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_6",
	"file": "digit_6.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_7",
	"file": "digit_7.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_8",
	"file": "digit_8.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_9",
	"file": "digit_9.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_DOTS",
	"file": "digit_dots.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_DOTS_SPACE",
	"file": "digit_dots_space.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_0AM",
	"file": "digit_0am.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_0PM",
	"file": "digit_0pm.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_1AM",
	"file": "digit_1am.png"
      },
      {
      	"type": "png-trans",
	"name": "DIGIT_1PM",
	"file": "digit_1pm.png"
      }
    ]
  }
}