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: 43b940b60143163c4b9879252cb657dc5e867422 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
    "appKeys": {
        "config_show_battery": 1,
        "config_show_no_phone": 0,
        "config_show_phone_battery": 6,
        "config_vibe": 2
    },
    "capabilities": [
        "configurable"
    ],
    "companyName": "Denis Dzyubenko",
    "longName": "Mario",
    "projectType": "native",
    "resources": {
        "media": [
            {
                "file": "images/mario_bg_night_color.png",
                "name": "IMAGE_BACKGROUND_NIGHT",
                "type": "png"
            },
            {
                "file": "images/battery-charging.png",
                "name": "IMAGE_BATTERY_CHARGING",
                "type": "png"
            },
            {
                "file": "images/watch_icon.png",
                "name": "IMAGE_WATCH_ICON",
                "type": "png"
            },
            {
                "file": "images/phone_icon.png",
                "name": "IMAGE_PHONE_ICON",
                "type": "png"
            },
            {
                "file": "images/no-phone.png",
                "name": "IMAGE_NO_PHONE",
                "type": "png"
            },
            {
                "file": "images/mario_bg_underground_color.png",
                "name": "IMAGE_BACKGROUND_UNDERGROUND",
                "type": "png"
            },
            {
                "file": "images/mario_bg_castle_color.png",
                "name": "IMAGE_BACKGROUND_CASTLE",
                "type": "png"
            },
            {
                "file": "images/mario_bg_day_bw.png",
                "name": "IMAGE_BACKGROUND_DAY",
                "type": "png"
            },
            {
                "characterRegex": "[,0-9A-Z]",
                "file": "fonts/emulogic.ttf",
                "name": "FONT_EMULOGIC_8",
                "type": "font"
            },
            {
                "file": "images/mario_block_48_bw.png",
                "name": "IMAGE_BLOCK",
                "type": "png"
            },
            {
                "characterRegex": "[,0-9A-Z]",
                "file": "fonts/Gamegirl.ttf",
                "name": "FONT_GAMEGIRL_8",
                "type": "font"
            },
            {
                "characterRegex": "[0-9]",
                "file": "fonts/Gamegirl.ttf",
                "name": "FONT_GAMEGIRL_24",
                "type": "font"
            },
            {
                "file": "images/mario-jump.png",
                "name": "IMAGE_MARIO_JUMP",
                "type": "png"
            },
            {
                "file": "images/mario-normal.png",
                "name": "IMAGE_MARIO_NORMAL",
                "type": "png"
            },
            {
                "file": "images/menuicon.png",
                "menuIcon": true,
                "name": "IMAGE_MENU_ICON",
                "type": "png"
            }
        ]
    },
    "sdkVersion": "3",
    "shortName": "Mario",
    "targetPlatforms": [
        "aplite",
        "basalt"
    ],
    "uuid": "43caa750-2896-4f46-94dc-1adbd4bc1ff3",
    "versionCode": 3,
    "versionLabel": "2.1",
    "watchapp": {
        "watchface": true
    }
}