2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "grocery",
|
|
|
|
"name": "Grocery",
|
2023-10-17 17:17:09 +00:00
|
|
|
"version": "0.05",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Simple grocery (shopping) list - Display a list of product and track if you already put them in your cart.",
|
|
|
|
"icon": "grocery.png",
|
|
|
|
"type": "app",
|
2023-02-12 07:53:49 +00:00
|
|
|
"tags": "tool,shopping,list",
|
2022-01-06 11:47:26 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2023-01-05 18:53:44 +00:00
|
|
|
"interface": "interface.html",
|
2022-01-06 11:47:26 +00:00
|
|
|
"allow_emulator": true,
|
2023-05-18 17:57:42 +00:00
|
|
|
"dependencies": {"textinput":"type"},
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"grocery.app.js","url":"app.js"},
|
2023-05-18 17:57:42 +00:00
|
|
|
{"name":"grocery.settings.js","url":"settings.js"},
|
2022-01-06 11:47:26 +00:00
|
|
|
{"name":"grocery.img","url":"grocery-icon.js","evaluate":true}
|
2023-05-18 17:57:42 +00:00
|
|
|
],
|
|
|
|
"data": [{"name":"grocery_list.json"}]
|
2022-01-06 11:47:26 +00:00
|
|
|
}
|