mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#E938C2",
|
|
"name": "Routify app",
|
|
"short_name": "Routify app",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "/images/touch-icons/logo-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/images/touch-icons/logo-800.png",
|
|
"sizes": "800x800",
|
|
"type": "image/png",
|
|
"purpose": "maskable any"
|
|
}
|
|
]
|
|
}
|