mirror of https://github.com/espruino/BangleApps
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"id": "2ofthemclk",
|
|
"name": "two of them clock",
|
|
"version": "0.02",
|
|
"description": "You can now wear teh memez on your wrist.",
|
|
"readme": "README.md",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"2ofthemclk.app.js","url":"app.js"},
|
|
{"name":"2ofthemclk.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|