mirror of https://github.com/espruino/BangleApps
18 lines
526 B
JSON
18 lines
526 B
JSON
{
|
|
"id": "grocery",
|
|
"name": "Grocery",
|
|
"version": "0.03",
|
|
"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",
|
|
"tags": "tool,shopping,list",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"custom": "grocery.html",
|
|
"interface": "interface.html",
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"grocery.app.js","url":"app.js"},
|
|
{"name":"grocery.img","url":"grocery-icon.js","evaluate":true}
|
|
]
|
|
}
|