forked from FOSS/BangleApps
19 lines
584 B
JSON
19 lines
584 B
JSON
{
|
|
"id": "ftclock",
|
|
"name": "Four Twenty Clock",
|
|
"version": "0.04",
|
|
"description": "A clock that tells when and where it's going to be 4:20 next",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports" : ["BANGLEJS","BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"ftclock.app.js","url":"app.js"},
|
|
{"name":"fourTwenty","url":"fourTwenty.js"},
|
|
{"name":"fourTwentyTz","url":"fourTwentyTz.js"},
|
|
{"name":"ftclock.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|