2022-01-06 11:47:26 +00:00
{
"id" : "score" ,
"name" : "Score Tracker" ,
2024-03-13 10:56:27 +00:00
"version" : "0.02" ,
2022-01-06 11:47:26 +00:00
"description" : "Score Tracker for sports that use plain numbers (e.g. Badminton, Volleyball, Soccer, Table Tennis, ...). Also supports tennis scoring." ,
"icon" : "score.app.png" ,
"screenshots" : [ { "url" : "screenshot_score.png" } ] ,
"type" : "app" ,
"tags" : "" ,
"supports" : [ "BANGLEJS" , "BANGLEJS2" ] ,
2022-04-04 07:43:48 +00:00
"readme" : "README.md" ,
2022-01-06 11:47:26 +00:00
"storage" : [
{ "name" : "score.app.js" , "url" : "score.app.js" } ,
{ "name" : "score.settings.js" , "url" : "score.settings.js" } ,
{ "name" : "score.presets.json" , "url" : "score.presets.json" } ,
{ "name" : "score.img" , "url" : "score.app-icon.js" , "evaluate" : true }
] ,
"data" : [ { "name" : "score.json" } ]
}