2022-05-24 16:09:25 +00:00
|
|
|
{ "id": "r2d2clk",
|
|
|
|
"name": "R2D2 Clock",
|
|
|
|
"shortName":"R2D2 Clock",
|
|
|
|
"version":"0.01",
|
|
|
|
"description": "A clock with R2D2's shiny metal face on it. :)",
|
|
|
|
"icon": "app.png",
|
2022-05-25 21:33:40 +00:00
|
|
|
"screenshots": [{"url":"screenshot.png"}],
|
2022-05-24 16:09:25 +00:00
|
|
|
"type": "clock",
|
|
|
|
"tags": "clock",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"storage": [
|
|
|
|
{"name":"r2d2clk.app.js","url":"app.js"},
|
|
|
|
{"name":"r2d2clk.img","url":"app-icon.js","evaluate":true}
|
|
|
|
]
|
|
|
|
}
|