BangleApps/apps/messageicons/metadata.json

16 lines
379 B
JSON
Raw Normal View History

{
"id": "messageicons",
"name": "Message Icons",
2022-12-05 02:24:33 +00:00
"version": "0.02",
"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"}
]
}