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: d71d0d2940ec968c86c235bed4f71c6ffbdf4b17 (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": 6,
  "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"
        }
		]
  }
}