mirror of https://github.com/espruino/BangleApps
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"id": "files",
|
|
"name": "App Manager",
|
|
"version": "0.07",
|
|
"description": "Show currently installed apps, free space, and allow their deletion from the watch",
|
|
"icon": "files.png",
|
|
"tags": "tool,system,files",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"files.app.js","url":"files.js"},
|
|
{"name":"files.img","url":"files-icon.js","evaluate":true}
|
|
]
|
|
}
|