19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "Font Tools",
|
|
"short_name": "Fonts",
|
|
"description": "Inspect and prepare fonts locally.",
|
|
"start_url": "./",
|
|
"scope": "./",
|
|
"display": "standalone",
|
|
"background_color": "#352742",
|
|
"theme_color": "#352742",
|
|
"icons": [
|
|
{
|
|
"src": "./favicon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|