2024-10-09 13:51:49 +00:00
|
|
|
{ "id": "textfacts",
|
|
|
|
"name": "List of Facts",
|
|
|
|
"shortName":"Facts",
|
2024-10-21 09:34:33 +00:00
|
|
|
"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.",
|
2024-10-09 13:51:49 +00:00
|
|
|
"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"}
|
|
|
|
]
|
|
|
|
}
|