forked from espruino/BangleApps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
33 lines (33 loc) · 1.08 KB
/
Copy pathmetadata.json
File metadata and controls
33 lines (33 loc) · 1.08 KB
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
{
"id": "sphclock",
"name": "SPH Clock",
"shortName": "SPH Clock",
"type": "clock",
"supports": ["BANGLEJS2"],
"version": "0.2",
"dependencies": {
"sphcalendar": "app",
"sphweather": "app",
"leco1976": "app"
},
"description": "[WIP] Vintage menu style clock with weather icons and schedule",
"icon": "icon.png",
"readme": "README.MD",
"screenshots": [{ "url": "screenshot.png" }, { "url": "screenshot2.png" }],
"storage": [
{ "name": "sphclock.app.js", "url": "sphclock.app.js" },
{ "name": "sphclock.agenda.js", "url": "sphclock.agenda.js" },
{ "name": "sphclock.background.js", "url": "sphclock.background.js" },
{ "name": "sphclock.bateria.js", "url": "sphclock.bateria.js" },
{ "name": "sphclock.clock.js", "url": "sphclock.clock.js" },
{ "name": "sphclock.lock.js", "url": "sphclock.lock.js" },
{ "name": "sphclock.weather.js", "url": "sphclock.weather.js" },
{
"name": "sphclock.img",
"url": "sphclock.app-icon.js",
"evaluate": true
}
],
"tags": "clock, sph, vintage, menu",
"allow_emulator": true
}