mirror of https://github.com/espruino/BangleApps
20 lines
571 B
JSON
20 lines
571 B
JSON
{
|
|
"id": "aptsciclk",
|
|
"name": "Apeture Science Clock",
|
|
"shortName":"AptSci Clock",
|
|
"version": "0.10",
|
|
"description": "A clock based on the portal series",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS2"],
|
|
"allow_emulator": false,
|
|
"readme":"README.md",
|
|
"storage": [
|
|
{"name":"aptsciclkquotes.txt","url":"quotes.txt"},
|
|
{"name":"aptsciclk.app.js","url":"app.js"},
|
|
{"name":"aptsciclk.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|