BangleApps/apps/aptsciclk/metadata.json

20 lines
571 B
JSON
Raw Normal View History

2022-02-23 19:45:11 +00:00
{
"id": "aptsciclk",
"name": "Apeture Science Clock",
"shortName":"AptSci Clock",
2024-02-26 19:46:12 +00:00
"version": "0.09",
2022-02-23 19:45:11 +00:00
"description": "A clock based on the portal series",
"icon": "app.png",
"screenshots": [{"url":"screenshot.png"}],
2022-02-23 19:45:11 +00:00
"type": "clock",
"tags": "clock",
2022-02-24 16:45:31 +00:00
"supports": ["BANGLEJS2"],
2022-02-23 19:45:11 +00:00
"allow_emulator": false,
2022-02-23 19:46:14 +00:00
"readme":"README.md",
2022-02-23 19:45:11 +00:00
"storage": [
{"name":"aptsciclkquotes.txt","url":"quotes.txt"},
{"name":"aptsciclk.app.js","url":"app.js"},
{"name":"aptsciclk.img","url":"app-icon.js","evaluate":true}
]
}