mirror of https://github.com/espruino/BangleApps
17 lines
487 B
JSON
17 lines
487 B
JSON
{ "id": "textfacts",
|
|
"name": "List of Facts",
|
|
"shortName":"Facts",
|
|
"version":"0.02",
|
|
"description": "A list of 160 'facts' from Google Gemini. Provides a `textsource` module that apps can use to query a random fact.",
|
|
"icon": "icon.png",
|
|
"type": "module",
|
|
"tags": "",
|
|
"provides_modules" : ["textsource"],
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"textsource.txt","url":"facts.txt"},
|
|
{"name":"textsource","url":"lib.js"}
|
|
]
|
|
}
|