2024-06-07 19:58:15 +00:00
{
"id" : "burn" ,
"name" : "Burn" ,
2024-06-09 20:40:42 +00:00
"version" : "0.07" ,
2024-06-07 21:36:16 +00:00
"description" : "Simple Calorie Counter -- saves to flash and resets at midnight. I often keep mine running while the digital clock widget is at the top" ,
2024-06-09 20:33:14 +00:00
"icon" : "app-icon.png" ,
2024-06-07 19:58:15 +00:00
"tags" : "tool" ,
2024-06-07 20:24:55 +00:00
"readme" : "README.md" ,
2024-06-07 19:58:15 +00:00
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2024-06-09 20:33:14 +00:00
"screenshots" : [ { "url" : "app-screenshot.png" } ] ,
2024-06-07 19:58:15 +00:00
"allow_emulator" : true ,
"storage" : [
2024-06-09 20:33:14 +00:00
{ "name" : "burn.app.js" , "url" : "app.js" } ,
{ "name" : "burn.img" , "url" : "app-icon.js" , "evaluate" : true }
2024-06-07 19:58:15 +00:00
]
}