2023-11-03 14:03:43 +00:00
|
|
|
{ "id": "contacts",
|
2023-11-09 20:41:23 +00:00
|
|
|
"name": "Contacts",
|
2024-12-23 21:49:26 +00:00
|
|
|
"version": "0.05",
|
|
|
|
"description": "View, edit and call contacts on device and from the App loader",
|
2023-11-03 14:03:43 +00:00
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "tool",
|
|
|
|
"supports" : ["BANGLEJS2"],
|
|
|
|
"allow_emulator": true,
|
|
|
|
"readme": "README.md",
|
|
|
|
"interface": "interface.html",
|
2023-11-04 08:07:41 +00:00
|
|
|
"dependencies": {"textinput":"type"},
|
2023-11-03 14:03:43 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"contacts.app.js","url":"contacts.app.js"},
|
|
|
|
{"name":"contacts.img","url":"app-icon.js","evaluate":true}
|
|
|
|
],
|
|
|
|
"data": [
|
|
|
|
{"name":"contacts.json","url":"contacts.json"}
|
|
|
|
]
|
|
|
|
}
|