+29
-3
@@ -3,12 +3,22 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.font-tools",
|
||||
"name": "Font Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Inspect and prepare fonts locally.",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect, compare and prepare fonts locally.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["design", "developer"],
|
||||
"tags": ["font", "ttf", "otf", "woff", "glyph", "typography", "subset"],
|
||||
"tags": [
|
||||
"font",
|
||||
"ttf",
|
||||
"otf",
|
||||
"ttc",
|
||||
"otc",
|
||||
"woff",
|
||||
"glyph",
|
||||
"typography",
|
||||
"subset"
|
||||
],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +31,22 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{ "mediaType": "font/ttf", "extensions": [".ttf"] },
|
||||
{ "mediaType": "font/otf", "extensions": [".otf"] },
|
||||
{ "mediaType": "font/collection", "extensions": [".ttc", ".otc"] },
|
||||
{ "mediaType": "font/woff", "extensions": [".woff"] },
|
||||
{ "mediaType": "font/woff2", "extensions": [".woff2"] }
|
||||
],
|
||||
"produces": [
|
||||
{ "mediaType": "text/css", "extensions": [".css"] },
|
||||
{ "mediaType": "application/json", "extensions": [".json"] },
|
||||
{ "mediaType": "font/ttf", "extensions": [".ttf"] },
|
||||
{ "mediaType": "font/otf", "extensions": [".otf"] }
|
||||
]
|
||||
},
|
||||
"capabilities": { "required": ["workers"], "optional": [] },
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": true,
|
||||
|
||||
Reference in New Issue
Block a user