BangleApps/apps/followtherecipe/metadata.json

30 lines
636 B
JSON
Raw Normal View History

{
"id": "followtherecipe",
"name": "Follow The Recipe",
"shortName":"FTR",
"icon": "icon.png",
2024-03-04 21:32:06 +00:00
"version": "0.02",
"description": "Follow The Recipe (FTR) is a bangle.js app to follow a recipe step by step",
"type": "app",
"tags": "tool, tools, cook",
"supports": [
"BANGLEJS2"
],
"allow_emulator": true,
"interface": "interface.html",
"readme": "README.md",
"data": [
{"name":"followtherecipe.json"}
],
"storage": [
{
"name": "followtherecipe.app.js",
"url": "app.js"
},
{
"name": "followtherecipe.img",
"url": "app-icon.js",
"evaluate": true
}
]
}