mirror of https://github.com/espruino/BangleApps
18 lines
436 B
JSON
18 lines
436 B
JSON
{
|
|
"id": "diract",
|
|
"name": "DirAct",
|
|
"shortName": "DirAct",
|
|
"version": "0.03",
|
|
"description": "Proximity interaction detection.",
|
|
"icon": "diract.png",
|
|
"type": "app",
|
|
"tags": "tool,sensors",
|
|
"supports" : [ "BANGLEJS2" ],
|
|
"allow_emulator": false,
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{ "name": "diract.app.js", "url": "diract.js" },
|
|
{ "name": "diract.img", "url": "diract-icon.js", "evaluate": true }
|
|
]
|
|
}
|