2022-11-16 15:17:28 +00:00
|
|
|
{
|
|
|
|
"id": "messageicons",
|
|
|
|
"name": "Message Icons",
|
2024-08-27 15:15:53 +00:00
|
|
|
"version": "0.08",
|
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": [
|
2022-12-12 11:32:20 +00:00
|
|
|
{"name":"messageicons","url":"lib.js"},
|
|
|
|
{"name":"messageicons.img","url":"icons.img"}
|
2022-11-16 15:17:28 +00:00
|
|
|
]
|
|
|
|
}
|