2023-08-06 18:36:58 +00:00
{ "id" : "usgs" ,
"name" : "USGS Data fetching app" ,
"shortName" : "USGS" ,
2024-03-13 10:56:27 +00:00
"version" : "0.03" ,
2023-08-09 07:37:20 +00:00
"description" : "App that fetches [USGS water data](https://maps.waterdata.usgs.gov/) for a configurable location (requires connection to Android phone)" ,
2023-08-06 18:36:58 +00:00
"icon" : "app.png" ,
2023-08-09 07:37:20 +00:00
"tags" : "outdoors,exercise,http" ,
2023-08-06 18:36:58 +00:00
"supports" : [ "BANGLEJS2" ] ,
"readme" : "README.md" ,
"storage" : [
{ "name" : "usgs.app.js" , "url" : "app.js" } ,
2023-08-08 01:45:36 +00:00
{ "name" : "usgs.settings.js" , "url" : "settings.js" } ,
2023-08-06 18:36:58 +00:00
{ "name" : "usgs.img" , "url" : "app-icon.js" , "evaluate" : true }
2023-08-08 01:45:36 +00:00
] ,
2023-08-09 07:37:20 +00:00
"data" : [ { "name" : "usgs.json" } ]
2023-08-06 18:36:58 +00:00
}