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