mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"background_color": "#161616",
|
|
"theme_color": "#0f62fe",
|
|
"name": "Carbon Components Svelte",
|
|
"short_name": "Carbon Svelte",
|
|
"display": "minimal-ui",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "logo-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|