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

appinfo.json - github.com/ClusterM/space-dragon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66ad3a0d22f4a09fd358d19dbf7bc9ded5d8cd04 (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
{
  "uuid": "130049db-8847-4d94-b619-58ced0e537eb",
  "shortName": "Space Dragon",
  "longName": "Space Dragon",
  "companyName": "Cluster",
  "versionCode": 7,
  "versionLabel": "1.5",
  "watchapp": {
    "watchface": false
  },
  "appKeys": {
    "dummy": 0
  },
	"resources": {
		"media": [
			{
				"file": "images/ship.png",
				"name": "IMAGE_SHIP",
				"type": "png"
			},
			{
				"file": "images/icon.png",
				"menuIcon": true,
				"name": "IMAGE_ICON",
				"type": "png"
			}
		]
  }
}