mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore(examples): update routify version to 2.x
This commit is contained in:
parent
251f986304
commit
1fdd2338f9
32 changed files with 2849 additions and 2693 deletions
21
examples/routify/assets/manifest.json
Normal file
21
examples/routify/assets/manifest.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue