1
0
Fork 0
BangleApps/apps/iconbits/metadata.json

15 lines
392 B
JSON
Raw Normal View History

2024-07-13 10:45:53 +00:00
{ "id": "iconbits",
"name": "Icon bits",
2024-07-19 19:50:37 +00:00
"version": "0.02",
2024-07-13 10:45:53 +00:00
"description": "Bitmap editor suitable for creating icons",
"icon": "app.png",
"readme": "README.md",
"supports" : ["BANGLEJS2"],
"allow_emulator": true,
"tags": "tools",
"storage": [
{"name":"iconbits.app.js","url":"iconbits.app.js"},
{"name":"iconbits.img","url":"app-icon.js","evaluate":true}
]
}