BangleApps/apps/tinycmc/metadata.json

30 lines
561 B
JSON
Raw Normal View History

2023-04-01 14:47:54 +00:00
{
"id": "tinycmc",
"name": "Tiny CMC",
"shortName":"tinycmc",
"icon": "icon.png",
"version": "0.02",
"description": "TinyCMC is a bangle.js Coinmarketcap API client",
"type": "app",
"tags": "tools",
"supports": [
"BANGLEJS2"
],
"allow_emulator": false,
"interface": "interface.html",
"readme": "README.md",
"data": [
{"name":"tinycmc.json"}
],
"storage": [
{
"name": "tinycmc.app.js",
"url": "app.js"
},
{
"name": "tinycmc.img",
"url": "app-icon.js",
"evaluate": true
}
]
}