2022-11-16 15:17:28 +00:00
|
|
|
{
|
|
|
|
"id": "messageicons",
|
|
|
|
"name": "Message Icons",
|
2022-12-05 02:24:33 +00:00
|
|
|
"version": "0.02",
|
2022-11-16 15:17:28 +00:00
|
|
|
"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"],
|
2022-12-06 10:25:32 +00:00
|
|
|
"default": true,
|
2022-11-16 15:17:28 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"messageicons","url":"lib.js"}
|
|
|
|
]
|
|
|
|
}
|