Skip to content

Commit a65a6c1

Browse files
authored
Add files via upload
1 parent c6e8f9b commit a65a6c1

30 files changed

+3775
-0
lines changed

package.json

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,165 @@
1+
{
2+
"author": "astosia",
3+
"dependencies": {
4+
"pebble-clay": "^1.0.4",
5+
"pebble-fctx": "^1.5.0",
6+
"pebble-fctx-compiler": "^1.2.2"
7+
},
8+
"keywords": [],
9+
"name": "Chimaera",
10+
"pebble": {
11+
"capabilities": [
12+
"configurable",
13+
"location"
14+
],
15+
"displayName": "Chimaera",
16+
"enableMultiJS": true,
17+
"messageKeys": [
18+
"Back1Color",
19+
"Back1ColorN",
20+
"Back2Color",
21+
"Back2ColorN",
22+
"FrameColor2",
23+
"FrameColor2N",
24+
"FrameColor",
25+
"FrameColorN",
26+
"Text1Color",
27+
"Text1ColorN",
28+
"Text2Color",
29+
"Text2ColorN",
30+
"FrameColor",
31+
"FrameColorN",
32+
"WeatherCond",
33+
"WeatherTemp",
34+
"HourSunrise",
35+
"HourSunset",
36+
"HealthOff",
37+
"AddZero12h",
38+
"RemoveZero24h",
39+
"NameLocation",
40+
"UpSlider",
41+
"NightTheme",
42+
"APIKEY_User",
43+
"WeatherUnit",
44+
"Weathertime",
45+
"Weathertimecapture",
46+
"WeatherProv",
47+
"EmailPMKEY",
48+
"PINPMKEY",
49+
"HourColor",
50+
"HourColorN",
51+
"MinColor",
52+
"MinColorN",
53+
"WeatherWind",
54+
"bluetoothvibe",
55+
"WEATHER_SUNSET_KEY",
56+
"WEATHER_SUNSET_KEY_12H",
57+
"WEATHER_SUNRISE_KEY_12H",
58+
"Text3Color",
59+
"Text3ColorN",
60+
"Text7Color",
61+
"Text7ColorN",
62+
"Text8Color",
63+
"Text8ColorN",
64+
"Text9Color",
65+
"Text9ColorN",
66+
"Text10Color",
67+
"Text10ColorN",
68+
"IconNow",
69+
"IconFore",
70+
"TempFore",
71+
"WindFore",
72+
"TempForeLow",
73+
"Text4Color",
74+
"Text4ColorN",
75+
"WindIconNow",
76+
"WindIconAve",
77+
"Text5Color",
78+
"Text5ColorN",
79+
"WindUnit",
80+
"RightLeft",
81+
"Rotate",
82+
"MoonPhase",
83+
"WEATHER_SUNRISE_KEY",
84+
"Lat",
85+
"Long",
86+
"FontChoice",
87+
"FrameColor1",
88+
"FrameColor2",
89+
"FrameColor1N",
90+
"FrameColor2N",
91+
"Text6Color",
92+
"Text6ColorN"
93+
],
94+
"projectType": "native",
95+
"resources": {
96+
"media": [
97+
{
98+
"file": "fonts/Dripicons",
99+
"characterRegex": "[z]",
100+
"name": "FONT_DRIPICONS_16",
101+
"targetPlatforms": null,
102+
"type": "font"
103+
},
104+
{
105+
"file": "data/SteelfishRg-Regular.ffont",
106+
"name": "FONT_STEELFISHRG",
107+
"targetPlatforms": null,
108+
"type": "raw"
109+
},
110+
{
111+
"file": "data/OpenDyslexic-Cond.ffont",
112+
"name": "FONT_OPEND",
113+
"targetPlatforms": [
114+
"basalt",
115+
"chalk",
116+
"diorite"
117+
],
118+
"type": "raw"
119+
},
120+
{
121+
"file": "data/OPTIBinnerGothic.ffont",
122+
"name": "FONT_BINGOTH",
123+
"targetPlatforms": [
124+
"basalt",
125+
"chalk",
126+
"diorite"
127+
],
128+
"type": "raw"
129+
},
130+
{
131+
"file": "data/Zep.ffont",
132+
"name": "FONT_ZEP",
133+
"targetPlatforms": [
134+
"basalt",
135+
"chalk",
136+
"diorite"
137+
],
138+
"type": "raw"
139+
},
140+
{
141+
"file": "data/Copse-Cond.ffont",
142+
"name": "FONT_COPSE",
143+
"targetPlatforms": [
144+
"basalt",
145+
"chalk",
146+
"diorite"
147+
],
148+
"type": "raw"
149+
}
150+
]
151+
},
152+
"sdkVersion": "3",
153+
"targetPlatforms": [
154+
"aplite",
155+
"basalt",
156+
"chalk",
157+
"diorite"
158+
],
159+
"uuid": "d549bf9d-c5a8-40e6-b6ff-b76f6e0c89f6",
160+
"watchapp": {
161+
"watchface": true
162+
}
163+
},
164+
"version": "1.0.0"
165+
}

resources/data/Copse-Cond.ffont

3.76 KB
Binary file not shown.

resources/data/DIN

2.02 KB
Binary file not shown.

resources/data/DINPro-Bold

4.17 KB
Binary file not shown.
3.14 KB
Binary file not shown.

resources/data/Open sans ffont

8.05 KB
Binary file not shown.
1.82 KB
Binary file not shown.
1.88 KB
Binary file not shown.

resources/data/STEELFISH BIG

1.61 KB
Binary file not shown.
3.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)