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: 11d0c2171c63dbc1855972d30ef4ffcbb72b58c7 (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": 5,
  "versionLabel": "1.4",
  "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"
        }
		]
  }
}