{ "id": "contacts", "name": "Contacts", "version": "0.04", "description": "Provides means of storing user contacts, viewing/editing them on device and from the App loader", "icon": "app.png", "tags": "tool", "supports" : ["BANGLEJS2"], "allow_emulator": true, "readme": "README.md", "interface": "interface.html", "dependencies": {"textinput":"type"}, "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"} ] }