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: 9eed41a72394e3e833abaf57e31258a90a64e1a1 (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
{
  "uuid": "9be6e663-b542-49f3-82d9-9bc174ddc63a",
  "shortName": "My Data",
  "longName": "My Data",
  "companyName": "bahbka",
  "versionCode": 1,
  "versionLabel": "1.0.0",
  "watchapp": {
    "watchface": false
  },
  "capabilities": [ "configurable" ],
  "appKeys": {
    "content": 0,
    "refresh":  1,
    "vibrate": 2,
    "font": 3,
    "theme": 4
  },
  "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"
      }
    ]
  }
}