mirror of https://github.com/espruino/BangleApps
17 lines
430 B
JSON
17 lines
430 B
JSON
{
|
|
"id": "messageicons",
|
|
"name": "Message Icons",
|
|
"version": "0.05",
|
|
"description": "Library containing a list of icons and colors for apps",
|
|
"icon": "app.png",
|
|
"type": "module",
|
|
"tags": "tool,system",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"provides_modules" : ["messageicons"],
|
|
"default": true,
|
|
"storage": [
|
|
{"name":"messageicons","url":"lib.js"},
|
|
{"name":"messageicons.img","url":"icons.img"}
|
|
]
|
|
}
|