BangleApps/apps/fontext/metadata.json

18 lines
564 B
JSON
Raw Permalink Normal View History

{ "id": "fontext",
"name": "Fonts (150+ languages)",
"version":"0.03",
"description": "Installs a font containing 1000 Unifont characters, which should handle the majority of non-Chinese/Japanese/Korean languages (only 20kb)",
"icon": "app.png",
"tags": "font,fonts,language",
"type": "module",
"provides_modules" : ["font"],
2024-03-20 10:37:04 +00:00
"default" : true,
"supports" : ["BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"font","url":"lib.js"},
{"name":"fontext.boot.js","url":"boot.js"},
{"name":"fontext.pbf","url":"font.pbf"}
]
}