mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
# What does this PR do? * Adds favicon * Replaces old llama-stack theme image * Adds some mobile styling ## Test Plan * Manual testing
36 lines
785 B
JSON
36 lines
785 B
JSON
{
|
|
"name": "Llama Stack",
|
|
"short_name": "Llama Stack",
|
|
"description": "The open-source framework for building generative AI applications",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#7C3AED",
|
|
"background_color": "#ffffff",
|
|
"icons": [
|
|
{
|
|
"src": "/img/favicon-16x16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/img/favicon-32x32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/img/favicon-48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/img/favicon-64x64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/img/llama-stack-logo.png",
|
|
"sizes": "200x200",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|