forked from FOSS/BangleApps
17 lines
538 B
JSON
17 lines
538 B
JSON
{ "id": "fontall",
|
|
"name": "Fonts (all languages)",
|
|
"version":"0.02",
|
|
"description": "Installs a font containing over 50,000 Unifont characters for Chinese, Japanese, Korean, Russian, and more. **Requires 2MB storage**",
|
|
"icon": "app.png",
|
|
"tags": "font,fonts,language",
|
|
"type": "module",
|
|
"provides_modules" : ["font"],
|
|
"supports" : ["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"font","url":"lib.js"},
|
|
{"name":"fontall.boot.js","url":"boot.js"},
|
|
{"name":"fontall.pbf","url":"font.pbf"}
|
|
]
|
|
}
|