2022-01-19 15:56:33 +00:00
|
|
|
{
|
|
|
|
"id": "timeandlife",
|
|
|
|
"name": "Time and Life",
|
2022-02-26 14:56:05 +00:00
|
|
|
"shortName": "Time and Life",
|
2022-01-19 15:56:33 +00:00
|
|
|
"icon": "app.png",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.02",
|
2022-01-19 15:56:33 +00:00
|
|
|
"description": "A simple watchface which displays the time when the screen is tapped and decay according to the rules of Conway's game of life.",
|
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
2022-02-26 14:56:05 +00:00
|
|
|
"supports": [
|
|
|
|
"BANGLEJS2"
|
|
|
|
],
|
|
|
|
"allow_emulator": true,
|
2022-01-19 15:56:33 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
2022-02-26 14:56:05 +00:00
|
|
|
{
|
|
|
|
"name": "timeandlife.app.js",
|
|
|
|
"url": "app.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "timeandlife.img",
|
|
|
|
"url": "app-icon.js",
|
|
|
|
"evaluate": true
|
|
|
|
}
|
2022-01-19 15:56:33 +00:00
|
|
|
]
|
2022-02-26 14:56:05 +00:00
|
|
|
}
|