Create metadata.json

pull/2957/head
inhof009 2023-08-06 14:36:58 -04:00 committed by GitHub
parent f83d3fb494
commit 6bc8e63ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
apps/usgs/metadata.json Normal file
View File

@ -0,0 +1,14 @@
{ "id": "usgs",
"name": "USGS Data fetching app",
"shortName":"USGS",
"version":"0.01",
"description": "App that fetches USGS data from configurable location",
"icon": "app.png",
"tags": "",
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"usgs.app.js","url":"app.js"},
{"name":"usgs.img","url":"app-icon.js","evaluate":true}
]
}