forked from FOSS/BangleApps
15 lines
409 B
JSON
15 lines
409 B
JSON
{
|
|
"id": "smartibot",
|
|
"name": "Smartibot controller",
|
|
"shortName": "Smartibot",
|
|
"version": "0.01",
|
|
"description": "Control a [Smartibot Robot](https://thecraftyrobot.net/) straight from your Bangle.js",
|
|
"icon": "app.png",
|
|
"tags": "",
|
|
"supports": ["BANGLEJS"],
|
|
"storage": [
|
|
{"name":"smartibot.app.js","url":"app.js"},
|
|
{"name":"smartibot.img","url":"app-icon.js","evaluate":true}
|
|
]
|
|
}
|