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

appinfo.json - github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 897d4c6f161e9010a3b1b4526872adad487e9c1a (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
{
  "uuid": "b6a0ab5f-92b7-4c2b-bc0f-346b99ae30a0",
  "shortName": "Mario",
  "longName": "Mario",
  "companyName": "Denis Dzyubenko",
  "versionCode": 2,
  "versionLabel": "2.0.0",
  "watchapp": {
    "watchface": true
  },
  "appKeys": {},
  "resources": {
    "media": [
      {
        "type": "png",
        "name": "IMAGE_MENU_ICON",
        "file": "images/menuicon.png",
        "menuIcon": true
      },
       {
        "type": "png",
        "name": "IMAGE_MARIO_NORMAL",
        "file": "images/mario-normal.png"
      },
      {
        "type": "png",
        "name": "IMAGE_MARIO_NORMAL_INVERSED",
        "file": "images/mario-normal-inversed.png"
      },
      {
        "type": "png",
        "name": "IMAGE_MARIO_JUMP",
        "file": "images/mario-jump.png"
      },
      {
        "type": "png",
        "name": "IMAGE_MARIO_JUMP_INVERSED",
        "file": "images/mario-jump-inversed.png"
      },
      {
        "type": "png",
        "name": "IMAGE_GROUND",
        "file": "images/ground.png"
      },
      {
        "type": "png",
        "name": "IMAGE_GROUND_INVERSED",
        "file": "images/ground-inversed.png"
      }
    ]
  }
}