Files
token-tools/public/manifest.webmanifest
T
2026-09-01 13:04:50 +02:00

19 lines
409 B
JSON

{
"name": "Token Tools",
"short_name": "Tokens",
"description": "Edit, validate and export design tokens locally in the browser.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"background_color": "#f6f7fb",
"theme_color": "#29255f",
"icons": [
{
"src": "./favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}