1
0
Fork 0
BangleApps/apps/twotwoclock/metadata.json

17 lines
557 B
JSON
Raw Permalink Normal View History

{ "id": "twotwoclock",
"name": "TwoTwo Clock",
"shortName":"22 Clock",
"version":"0.02",
"description": "A clock with the time split over two lines, with custom backgrounds and two ClockInfos",
"icon": "icon.png",
"type": "clock",
"tags": "clock,clkinfo,clockbg",
"supports" : ["BANGLEJS2"],
"dependencies" : { "clock_info":"module", "clockbg":"module" },
"screenshots": [{"url":"screenshot.png"}],
"storage": [
{"name":"twotwoclock.app.js","url":"app.js"},
{"name":"twotwoclock.img","url":"app-icon.js","evaluate":true}
]
}