2023-07-24 03:59:21 +00:00
|
|
|
{
|
|
|
|
"id": "snepwatch",
|
|
|
|
"name": "Snepwatch",
|
|
|
|
"version": "1.00",
|
|
|
|
"description": "A configurable watch face using the Terminus font",
|
|
|
|
"icon": "app.png",
|
|
|
|
"screenshots": [{"url":"screenshot-dark.png"}, {"url":"screenshot-light.png"}],
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"allow_emulator": true,
|
|
|
|
"storage": [
|
|
|
|
{"name":"snepwatch.app.js","url":"app.js"},
|
|
|
|
{"name":"snepwatch.settings.js","url":"settings.js"},
|
|
|
|
{"name":"snepwatch.img","url":"snepwatch.img","evaluate":false}
|
2023-07-31 09:49:54 +00:00
|
|
|
],
|
|
|
|
"data":[{"name":"snepwatch.settings.json"}]
|
2023-07-24 03:59:21 +00:00
|
|
|
}
|